/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/ |
D | audio_alsa_libcapture_test.cpp | 94 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 …]
|
D | audio_libcapture_test.cpp | 99 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/ |
D | audio_libcapture_hardwaredependence_test.cpp | 110 …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/ |
D | audio_capture.c | 42 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 …]
|
D | audio_adapter.c | 702 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/ |
D | audio_adm_fuzzer_common.cpp | 135 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/ |
D | audiointerfacelibctlcapturecmdid_fuzzer.cpp | 53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfacelibctlcaptureCmdidFuzzTest() local
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audiointerfaceliboutputcapturecmdid_fuzzer/ |
D | audiointerfaceliboutputcapturecmdid_fuzzer.cpp | 53 struct AudioHwCapture *hwCapture = nullptr; in AudioInterfaceliboutputcaptureCmdidFuzzTest() local
|
/drivers/peripheral/audio/test/systemtest/common/lib_common/src/ |
D | audio_lib_common.cpp | 131 uint32_t InitHwCapture(struct AudioHwCapture *&hwCapture, const std::string adapterNameCase) in InitHwCapture()
|