Home
last modified time | relevance | path

Searched refs:InitHwCapture (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/src/
H A Daudio_adm_fuzzer_common.cpp135 int32_t InitHwCapture(struct AudioHwCapture *&hwCapture) in InitHwCapture() function
172 if (InitHwCapture(hwCapture)) { in BindServiceAndHwCapture()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/lib_common/include/
H A Daudio_lib_common.h64 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase);
/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/include/
H A Daudio_adm_fuzzer_common.h89 int32_t InitHwCapture(struct AudioHwCapture *&hwCapture);
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
H A Daudio_lib_common.cpp131 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) in InitHwCapture() function
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp122 ret = InitHwCapture(hwCapture, adapterNameCase); in BindServiceAndHwCapture()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp115 ret = InitHwCapture(hwCapture, adapterNameCase); in BindServiceAndHwCapture()
H A Daudio_alsa_libcapture_test.cpp100 if (InitHwCapture(hwCapture, adapterNameCase)) { in CreatHwCapture()