/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/ |
H A D | audio_libcapture_hardwaredependence_test.cpp | 24 const string BIND_CONTROL = "control";
member 145 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 187 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 228 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 259 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 282 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 317 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 366 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 406 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 437 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL in HWTEST_F() [all...] |
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/render/src/ |
H A D | audio_librender_hardwaredependence_test.cpp | 24 const string BIND_CONTROL = "control";
member 161 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 208 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 249 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 282 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 309 ret = BindServiceAndHwRender(impl, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 360 ret = BindServiceAndHwRender(impl, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 406 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 439 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 486 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL in HWTEST_F() [all...] |
/drivers/peripheral/audio/test/fuzztest/common/include/ |
H A D | audio_adm_fuzzer_common.h | 53 const string BIND_CONTROL = "control"; member
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/ |
H A D | audiointerfacelibctlcapturecmdid_fuzzer.cpp | 40 struct DevHandle *handle = AudioBindService(BIND_CONTROL.c_str()); in AudioInterfacelibctlcaptureCmdidFuzzTest()
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/ |
H A D | audiointerfaceliboutputcapturecmdid_fuzzer.cpp | 40 struct DevHandle *handle = AudioBindService(BIND_CONTROL.c_str()); in AudioInterfaceliboutputcaptureCmdidFuzzTest()
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputrendercmdid_fuzzer/ |
H A D | audiointerfaceliboutputrendercmdid_fuzzer.cpp | 40 handle = BindServiceRender(BIND_CONTROL.c_str()); in AudioInterfaceliboutputrenderCmdidFuzzTest()
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlrendercmdid_fuzzer/ |
H A D | audiointerfacelibctlrendercmdid_fuzzer.cpp | 40 struct DevHandle *handle = BindServiceRender(BIND_CONTROL.c_str()); in AudioInterfacelibctlrenderCmdidFuzzTest()
|
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/ |
H A D | audio_librender_test.cpp | 24 const string BIND_CONTROL = "control";
member 241 handle = BindServiceRenderSo(BIND_CONTROL.c_str());
in HWTEST_F() 326 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 361 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 393 ret = BindServiceAndHwRender(hwRender, BIND_CONTROL.c_str(), ADAPTER_NAME, handle);
in HWTEST_F() 419 handle = BindServiceRenderSo(BIND_CONTROL.c_str());
in HWTEST_F() 577 handlec = BindServiceRenderSo(BIND_CONTROL.c_str());
in HWTEST_F()
|
H A D | audio_alsa_librender_test.cpp | 23 const string BIND_CONTROL = "control";
member 88 handle = BindServiceRender(BIND_CONTROL.c_str());
in SetUp()
|
/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/ |
H A D | audio_libcapture_test.cpp | 24 const string BIND_CONTROL = "control"; member 134 handle = BindServiceCaptureSo(BIND_CONTROL.c_str()); in HWTEST_F() 221 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle); in HWTEST_F() 257 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle); in HWTEST_F() 289 ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle); in HWTEST_F() 316 handle = BindServiceCaptureSo(BIND_CONTROL.c_str()); in HWTEST_F() 454 int32_t ret = BindServiceAndHwCapture(hwCapture, BIND_CONTROL.c_str(), ADAPTER_NAME, handle1); in HWTEST_F()
|
H A D | audio_alsa_libcapture_test.cpp | 23 const string BIND_CONTROL = "control"; member 83 handle = AudioBindService(BIND_CONTROL.c_str()); in SetUp()
|
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/ |
H A D | audio_alsa_if_lib_render_test.cpp | 31 const string BIND_CONTROL = "control"; member
|