Home
last modified time | relevance | path

Searched refs:BIND_CONTROL (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp24 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 Daudio_librender_hardwaredependence_test.cpp24 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 Daudio_adm_fuzzer_common.h53 const string BIND_CONTROL = "control"; member
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/
H A Daudiointerfacelibctlcapturecmdid_fuzzer.cpp40 struct DevHandle *handle = AudioBindService(BIND_CONTROL.c_str()); in AudioInterfacelibctlcaptureCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/
H A Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp40 struct DevHandle *handle = AudioBindService(BIND_CONTROL.c_str()); in AudioInterfaceliboutputcaptureCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputrendercmdid_fuzzer/
H A Daudiointerfaceliboutputrendercmdid_fuzzer.cpp40 handle = BindServiceRender(BIND_CONTROL.c_str()); in AudioInterfaceliboutputrenderCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlrendercmdid_fuzzer/
H A Daudiointerfacelibctlrendercmdid_fuzzer.cpp40 struct DevHandle *handle = BindServiceRender(BIND_CONTROL.c_str()); in AudioInterfacelibctlrenderCmdidFuzzTest()
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp24 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 Daudio_alsa_librender_test.cpp23 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 Daudio_libcapture_test.cpp24 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 Daudio_alsa_libcapture_test.cpp23 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 Daudio_alsa_if_lib_render_test.cpp31 const string BIND_CONTROL = "control"; member

Completed in 9 milliseconds