Home
last modified time | relevance | path

Searched refs:AudioHwCapture (Results 1 - 13 of 13) sorted by relevance

/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_capture.c43 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureStart()
85 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureStop()
121 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCapturePause()
163 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureResume()
201 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handl in AudioCaptureFlush()
[all...]
H A Daudio_adapter.c705 static int32_t AudioHwCaptureInit(struct AudioHwCapture *hwCapture) in AudioHwCaptureInit()
741 int32_t InitHwCaptureParam(struct AudioHwCapture *hwCapture, const struct AudioDeviceDescriptor *desc, in InitHwCaptureParam()
785 void AudioReleaseCaptureHandle(struct AudioHwCapture *hwCapture) in AudioReleaseCaptureHandle()
807 int32_t AudioAdapterCreateCapturePre(struct AudioHwCapture *hwCapture, const struct AudioDeviceDescriptor *desc, in AudioAdapterCreateCapturePre()
863 static int32_t AudioCtrlCaptureClose(struct AudioHwCapture *hwCapture, in AudioCtrlCaptureClose()
881 int32_t AudioAdapterInterfaceLibModeCapture(struct AudioHwCapture *hwCapture) in AudioAdapterInterfaceLibModeCapture()
932 int32_t AudioCaptureBindService(struct AudioHwCapture *hwCapture, BindServiceCapturePassthrough *pBindServiceCapture) in AudioCaptureBindService()
996 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)OsalMemCalloc(sizeof(*hwCapture)); in AudioAdapterCreateCapture()
998 AUDIO_FUNC_LOGE("calloc AudioHwCapture faile in AudioAdapterCreateCapture()
[all...]
/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_alsa_libcapture_test.cpp37 int32_t CreatHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) const;
38 int32_t LibCaptureStart(struct AudioHwCapture *hwCapture, struct DevHandle *handleCapture) const;
93 int32_t AudioAlsaLibCaptureTest::CreatHwCapture(struct AudioHwCapture *&hwCapture, in CreatHwCapture()
96 hwCapture = static_cast<struct AudioHwCapture *>(calloc(1, sizeof(*hwCapture))); in CreatHwCapture()
107 int32_t AudioAlsaLibCaptureTest::LibCaptureStart(struct AudioHwCapture *hwCapture, in LibCaptureStart()
130 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
149 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
170 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
187 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
210 struct AudioHwCapture *hwCaptur in HWTEST_F()
[all...]
H A Daudio_libcapture_test.cpp41 int32_t BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, const std::string BindName,
99 int32_t AudioLibCaptureTest::BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, in BindServiceAndHwCapture()
110 hwCapture = static_cast<struct AudioHwCapture *>(calloc(1, sizeof(*hwCapture))); in BindServiceAndHwCapture()
218 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
255 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
287 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
331 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
354 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
380 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
411 struct AudioHwCapture *hwCaptur in HWTEST_F()
[all...]
/drivers/peripheral/audio/test/fuzztest/common/include/
H A Daudio_adm_fuzzer_common.h89 int32_t InitHwCapture(struct AudioHwCapture *&hwCapture);
93 int32_t BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture);
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp52 int32_t BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, const std::string BindName,
109 int32_t AudioLibCaptureHardwareDependenceTest::BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, in BindServiceAndHwCapture()
117 hwCapture = static_cast<struct AudioHwCapture *>(calloc(1, sizeof(*hwCapture))); in BindServiceAndHwCapture()
144 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
183 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
225 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
258 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
281 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
316 struct AudioHwCapture *hwCapture = nullptr; in HWTEST_F()
362 struct AudioHwCapture *hwCaptur in HWTEST_F()
[all...]
/drivers/peripheral/audio/test/fuzztest/common/src/
H A Daudio_adm_fuzzer_common.cpp135 int32_t InitHwCapture(struct AudioHwCapture *&hwCapture) in InitHwCapture()
166 int32_t BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture) in BindServiceAndHwCapture()
168 hwCapture = reinterpret_cast<struct AudioHwCapture *>(calloc(1, sizeof(*hwCapture))); in BindServiceAndHwCapture()
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h297 struct AudioHwCapture { struct
310 struct AudioHwCapture *captureServicePtr[MAX_AUDIO_STREAM_NUM];
453 int32_t GetAudioCaptureFunc(struct AudioHwCapture *hwCapture);
454 int32_t InitHwCaptureParam(struct AudioHwCapture *hwCapture, const struct AudioDeviceDescriptor *desc,
456 void AudioReleaseCaptureHandle(struct AudioHwCapture *hwCapture);
457 int32_t AudioAdapterCreateCapturePre(struct AudioHwCapture *hwCapture, const struct AudioDeviceDescriptor *desc,
459 int32_t AudioAdapterInterfaceLibModeCapture(struct AudioHwCapture *hwCapture);
/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);
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/
H A Daudiointerfacelibctlcapturecmdid_fuzzer.cpp53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfacelibctlcaptureCmdidFuzzTest()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/
H A Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfaceliboutputcaptureCmdidFuzzTest()
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h301 struct AudioHwCapture { struct
428 int32_t GetAudioCaptureFunc(struct AudioHwCapture *hwCapture);
429 int32_t InitHwCaptureParam(struct AudioHwCapture *hwCapture, const struct AudioDeviceDescriptor *desc,
431 void AudioReleaseCaptureHandle(struct AudioHwCapture *hwCapture);
432 int32_t AudioAdapterCreateCapturePre(struct AudioHwCapture *hwCapture, const struct AudioDeviceDescriptor *desc,
434 int32_t AudioAdapterInterfaceLibModeCapture(struct AudioHwCapture *hwCapture);
/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()

Completed in 14 milliseconds