Home
last modified time | relevance | path

Searched defs:hwCapture (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
Daudio_alsa_libcapture_test.cpp94 int32_t AudioAlsaLibCaptureTest::CreatHwCapture(struct AudioHwCapture *&hwCapture, in CreatHwCapture()
108 int32_t AudioAlsaLibCaptureTest::LibCaptureStart(struct AudioHwCapture *hwCapture, in LibCaptureStart()
131 struct AudioHwCapture *hwCapture = nullptr; variable
150 struct AudioHwCapture *hwCapture = nullptr; variable
171 struct AudioHwCapture *hwCapture = nullptr; variable
188 struct AudioHwCapture *hwCapture = nullptr; variable
211 struct AudioHwCapture *hwCapture = nullptr; variable
233 struct AudioHwCapture *hwCapture = nullptr; variable
251 struct AudioHwCapture *hwCapture = nullptr; variable
275 struct AudioHwCapture *hwCapture = nullptr; variable
[all …]
Daudio_libcapture_test.cpp99 int32_t AudioLibCaptureTest::BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, in BindServiceAndHwCapture()
218 struct AudioHwCapture *hwCapture = nullptr; variable
255 struct AudioHwCapture *hwCapture = nullptr; variable
287 struct AudioHwCapture *hwCapture = nullptr; variable
331 struct AudioHwCapture *hwCapture = nullptr; variable
354 struct AudioHwCapture *hwCapture = nullptr; variable
380 struct AudioHwCapture *hwCapture = nullptr; variable
411 struct AudioHwCapture *hwCapture = nullptr; variable
451 struct AudioHwCapture *hwCapture = nullptr; variable
507 struct AudioHwCapture *hwCapture = nullptr; variable
[all …]
/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
Daudio_libcapture_hardwaredependence_test.cpp110 …t AudioLibCaptureHardwareDependenceTest::BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, in BindServiceAndHwCapture()
145 struct AudioHwCapture *hwCapture = nullptr; variable
184 struct AudioHwCapture *hwCapture = nullptr; variable
226 struct AudioHwCapture *hwCapture = nullptr; variable
259 struct AudioHwCapture *hwCapture = nullptr; variable
282 struct AudioHwCapture *hwCapture = nullptr; variable
317 struct AudioHwCapture *hwCapture = nullptr; variable
363 struct AudioHwCapture *hwCapture = nullptr; variable
405 struct AudioHwCapture *hwCapture = nullptr; variable
437 struct AudioHwCapture *hwCapture = nullptr; variable
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_capture.c42 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureStart() local
83 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureStop() local
118 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCapturePause() local
159 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureResume() local
196 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureFlush() local
206 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetFrameSize() local
227 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetFrameCount() local
239 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureSetSampleAttributes() local
277 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetSampleAttributes() local
299 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetCurrentChannelId() local
[all …]
Daudio_adapter.c702 static int32_t AudioHwCaptureInit(struct AudioHwCapture *hwCapture) in AudioHwCaptureInit()
738 int32_t InitHwCaptureParam(struct AudioHwCapture *hwCapture, const struct AudioDeviceDescriptor *de… in InitHwCaptureParam()
782 void AudioReleaseCaptureHandle(struct AudioHwCapture *hwCapture) in AudioReleaseCaptureHandle()
804 int32_t AudioAdapterCreateCapturePre(struct AudioHwCapture *hwCapture, const struct AudioDeviceDesc… in AudioAdapterCreateCapturePre()
860 static int32_t AudioCtrlCaptureClose(struct AudioHwCapture *hwCapture, in AudioCtrlCaptureClose()
878 int32_t AudioAdapterInterfaceLibModeCapture(struct AudioHwCapture *hwCapture) in AudioAdapterInterfaceLibModeCapture()
929 int32_t AudioCaptureBindService(struct AudioHwCapture *hwCapture, BindServiceCapturePassthrough *pB… in AudioCaptureBindService()
992 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)OsalMemCalloc(sizeof(*hwCapture)); in AudioAdapterCreateCapture() local
1035 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)capture; in AudioAdapterDestroyCapture() local
/drivers/peripheral/audio/test/fuzztest/common/src/
Daudio_adm_fuzzer_common.cpp135 int32_t InitHwCapture(struct AudioHwCapture *&hwCapture) in InitHwCapture()
166 int32_t BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture) in BindServiceAndHwCapture()
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/
Daudiointerfacelibctlcapturecmdid_fuzzer.cpp53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfacelibctlcaptureCmdidFuzzTest() local
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/
Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfaceliboutputcaptureCmdidFuzzTest() local
/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
Daudio_lib_common.cpp131 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) in InitHwCapture()