Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_alsa_libcapture_test.cpp130 struct AudioHwCapture *hwCapture = nullptr; variable
149 struct AudioHwCapture *hwCapture = nullptr; variable
170 struct AudioHwCapture *hwCapture = nullptr; variable
187 struct AudioHwCapture *hwCapture = nullptr; variable
210 struct AudioHwCapture *hwCapture = nullptr; variable
232 struct AudioHwCapture *hwCapture = nullptr; variable
250 struct AudioHwCapture *hwCapture = nullptr; variable
274 struct AudioHwCapture *hwCapture = nullptr; variable
298 struct AudioHwCapture *hwCapture = nullptr; variable
320 struct AudioHwCapture *hwCapture = nullptr; variable
[all …]
H A Daudio_libcapture_test.cpp218 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
538 struct AudioHwCapture *hwCapture = nullptr; variable
[all …]
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp109 …t AudioLibCaptureHardwareDependenceTest::BindServiceAndHwCapture(struct AudioHwCapture *&hwCapture, in BindServiceAndHwCapture()
144 struct AudioHwCapture *hwCapture = nullptr; variable
183 struct AudioHwCapture *hwCapture = nullptr; variable
225 struct AudioHwCapture *hwCapture = nullptr; variable
258 struct AudioHwCapture *hwCapture = nullptr; variable
281 struct AudioHwCapture *hwCapture = nullptr; variable
316 struct AudioHwCapture *hwCapture = nullptr; variable
362 struct AudioHwCapture *hwCapture = nullptr; variable
404 struct AudioHwCapture *hwCapture = nullptr; variable
436 struct AudioHwCapture *hwCapture = nullptr; variable
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_capture.c43 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureStart() local
85 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureStop() local
121 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCapturePause() local
163 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureResume() local
201 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureFlush() local
212 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetFrameSize() local
234 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetFrameCount() local
247 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureSetSampleAttributes() local
286 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetSampleAttributes() local
309 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)handle; in AudioCaptureGetCurrentChannelId() local
[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 *de… in InitHwCaptureParam()
785 void AudioReleaseCaptureHandle(struct AudioHwCapture *hwCapture) in AudioReleaseCaptureHandle()
807 int32_t AudioAdapterCreateCapturePre(struct AudioHwCapture *hwCapture, const struct AudioDeviceDesc… 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 *pB… in AudioCaptureBindService()
996 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)OsalMemCalloc(sizeof(*hwCapture)); in AudioAdapterCreateCapture() local
1040 struct AudioHwCapture *hwCapture = (struct AudioHwCapture *)capture; in AudioAdapterDestroyCapture() local
/ohos5.0/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()
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfacelibctlcapturecmdid_fuzzer/
H A Daudiointerfacelibctlcapturecmdid_fuzzer.cpp53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfacelibctlcaptureCmdidFuzzTest() local
/ohos5.0/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/
H A Daudiointerfaceliboutputcapturecmdid_fuzzer.cpp53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfaceliboutputcaptureCmdidFuzzTest() local
/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()