Home
last modified time | relevance | path

Searched refs:pInterfaceLibModeCapture (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_capture.c50 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureStart()
102 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureStop()
140 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCapturePause()
178 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureResume()
263 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureSetSampleAttributes()
390 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureSelectScene()
425 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureSetMute()
459 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureGetMute()
499 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureSetVolume()
540 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioCaptureGetVolume()
[all …]
H A Daudio_adapter.c864 InterfaceLibModeCapturePassthrough *pInterfaceLibModeCapture) in AudioCtrlCaptureClose() argument
867 *pInterfaceLibModeCapture == NULL) { in AudioCtrlCaptureClose()
872 int32_t ret = (*pInterfaceLibModeCapture)( in AudioCtrlCaptureClose()
889 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioAdapterInterfaceLibModeCapture()
893 int32_t ret = (*pInterfaceLibModeCapture)( in AudioAdapterInterfaceLibModeCapture()
900 ret = (*pInterfaceLibModeCapture)( in AudioAdapterInterfaceLibModeCapture()
904 (void)AudioCtrlCaptureClose(hwCapture, pInterfaceLibModeCapture); in AudioAdapterInterfaceLibModeCapture()
915 ret = (*pInterfaceLibModeCapture)( in AudioAdapterInterfaceLibModeCapture()
922 ret = (*pInterfaceLibModeCapture)( in AudioAdapterInterfaceLibModeCapture()
1052 if (pInterfaceLibModeCapture == NULL || *pInterfaceLibModeCapture == NULL) { in AudioAdapterDestroyCapture()
[all …]