Home
last modified time | relevance | path

Searched refs:adapterNameCase (Results 1 - 14 of 14) sorted by relevance

/drivers/peripheral/audio/test/systemtest/common/lib_common/include/
H A Daudio_lib_common.h62 uint32_t InitHwRender(struct AudioHwRender *&hwRender, const std::string adapterNameCase);
64 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase);
/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
H A Daudio_lib_common.cpp112 uint32_t InitHwRender(struct AudioHwRender *&hwRender, const std::string adapterNameCase) in InitHwRender() argument
124 NAME_LEN, adapterNameCase.c_str()); in InitHwRender()
131 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) in InitHwCapture() argument
142 NAME_LEN, adapterNameCase.c_str()); in InitHwCapture()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server.cpp80 int SwitchAdapter(struct AudioAdapterDescriptor *descs, const char *adapterNameCase, AudioPortDirection portFlag, in SwitchAdapter() argument
83 if (descs == NULL || adapterNameCase == NULL || renderPort == NULL) { in SwitchAdapter()
94 if (strcmp(desc->adapterName, adapterNameCase)) { in SwitchAdapter()
122 HDF_LOGE("%{public}s: adapterNameCase Is NULL", __func__); in HdiServiceLoadAdapter()
175 HDF_LOGE("%{public}s: adapterNameCase Is NULL", __func__); in HdiServiceInitAllPorts()
204 HDF_LOGE("%{public}s: adapterNameCase Is NULL", __func__); in HdiServiceUnloadAdapter()
237 HDF_LOGE("%{public}s: adapterNameCase Is NULL", __func__); in HdiServiceGetPortCapability()
279 HDF_LOGE("%{public}s: adapterNameCase Is NULL", __func__); in HdiServiceSetPassthroughMode()
325 HDF_LOGE("%{public}s: adapterNameCase Is NULL", __func__); in HdiServiceGetPassthroughMode()
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp53 const std::string adapterNameCase, struct DevHandle *&handle) const;
110 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwCapture()
122 ret = InitHwCapture(hwCapture, adapterNameCase); in BindServiceAndHwCapture()
109 BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const BindServiceAndHwCapture() argument
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp47 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const;
208 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwRender()
223 ret = InitHwRender(hwRender, adapterNameCase); in BindServiceAndHwRender()
207 BindServiceAndHwRender(struct AudioHwRender *&hwRender, const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const BindServiceAndHwRender() argument
H A Daudio_alsa_librender_test.cpp43 int32_t CreatHwRender(struct AudioHwRender *&hwRender, const std::string adapterNameCase) const;
167 int32_t AudioAlsaLibRenderTest::CreatHwRender(struct AudioHwRender *&hwRender, const std::string adapterNameCase) const in CreatHwRender()
174 ret = InitHwRender(hwRender, adapterNameCase); in CreatHwRender()
/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp42 const std::string adapterNameCase, struct DevHandle *&handle) const;
100 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwCapture()
115 ret = InitHwCapture(hwCapture, adapterNameCase); in BindServiceAndHwCapture()
99 BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const BindServiceAndHwCapture() argument
H A Daudio_alsa_libcapture_test.cpp37 int32_t CreatHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) const;
94 const std::string adapterNameCase) const in CreatHwCapture()
100 if (InitHwCapture(hwCapture, adapterNameCase)) { in CreatHwCapture()
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/
H A Daudio_librender_hardwaredependence_test.cpp55 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const;
126 const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const in BindServiceAndHwRender()
138 ret = InitHwRender(hwRender, adapterNameCase); in BindServiceAndHwRender()
125 BindServiceAndHwRender(struct AudioHwRender *&hwRender, const std::string BindName, const std::string adapterNameCase, struct DevHandle *&handle) const BindServiceAndHwRender() argument
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h218 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase,
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h186 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase,
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c538 static int SwitchAdapter(struct AudioAdapterDescriptor *descs, const char *adapterNameCase, in SwitchAdapter() argument
541 if (descs == NULL || adapterNameCase == NULL || renderPort == NULL) { in SwitchAdapter()
553 if (strcmp(desc->adapterName, adapterNameCase) != 0) { in SwitchAdapter()
564 AUDIO_FUNC_LOGE("out! adapterNameCase=%{public}s", adapterNameCase); in SwitchAdapter()
785 AUDIO_FUNC_LOGE("adapterNameCase Is NULL"); in HdiServiceLoadAdapter()
825 AUDIO_FUNC_LOGE("adapterNameCase Is NULL"); in HdiServiceInitAllPorts()
858 AUDIO_FUNC_LOGE("adapterNameCase Is NULL"); in HdiServiceUnloadAdapter()
893 AUDIO_FUNC_LOGE("adapterNameCase Is NULL"); in HdiServiceGetPortCapability()
946 AUDIO_FUNC_LOGE("adapterNameCase I in HdiServiceSetPassthroughMode()
[all...]
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp164 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase, in SwitchAdapter() argument
176 if (strcmp(desc->adapterName, adapterNameCase.c_str())) { in SwitchAdapter()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp157 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase, in SwitchAdapter() argument
170 if (strcmp(desc->adapterName, adapterNameCase.c_str())) { in SwitchAdapter()

Completed in 14 milliseconds