/drivers/peripheral/audio/test/systemtest/common/lib_common/include/ |
H A D | audio_lib_common.h | 62 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 D | audio_lib_common.cpp | 112 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 D | hdf_audio_server.cpp | 80 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 D | audio_libcapture_hardwaredependence_test.cpp | 53 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 D | audio_librender_test.cpp | 47 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 D | audio_alsa_librender_test.cpp | 43 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 D | audio_libcapture_test.cpp | 42 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 D | audio_alsa_libcapture_test.cpp | 37 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 D | audio_librender_hardwaredependence_test.cpp | 55 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 D | audio_hdi_common.h | 218 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase,
|
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/ |
H A D | hdi_service_common.h | 186 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase,
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_common.c | 538 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 D | audio_hdi_common.cpp | 164 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 D | hdi_service_common.cpp | 157 int32_t SwitchAdapter(struct AudioAdapterDescriptor *descs, const std::string &adapterNameCase, in SwitchAdapter() argument 170 if (strcmp(desc->adapterName, adapterNameCase.c_str())) { in SwitchAdapter()
|