Home
last modified time | relevance | path

Searched refs:AUDIO_DRV_PCM_IOCTL_READ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/include/
H A Daudio_stream_dispatch.h29 AUDIO_DRV_PCM_IOCTL_READ, enumerator
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp318 ret = InterfaceLibCtlCapture(handle, AUDIO_DRV_PCM_IOCTL_READ, handleData);
431 ret = InterfaceLibOutputCapture(handle, AUDIO_DRV_PCM_IOCTL_READ, &hwCapture->captureParam);
484 … ret = InterfaceLibOutputCapture(handle2, AUDIO_DRV_PCM_IOCTL_READ, &hwCapture->captureParam);
597 ret = InterfaceLibOutputCapture(handle, AUDIO_DRV_PCM_IOCTL_READ, handleData);
H A Daudio_alsa_libcapture_test.cpp460 ret = InterfaceLibOutputCapture(handle, AUDIO_DRV_PCM_IOCTL_READ, &hwCapture->captureParam);
489 ret = InterfaceLibOutputCapture(handle, AUDIO_DRV_PCM_IOCTL_READ, &hwCapture->captureParam);
525 ret = InterfaceLibOutputCapture(handle, AUDIO_DRV_PCM_IOCTL_READ, handleData);
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_lib_capture.c460 case AUDIO_DRV_PCM_IOCTL_READ: in AudioInterfaceLibOutputCapture()
503 case AUDIO_DRV_PCM_IOCTL_READ: in AudioInterfaceLibModeCapture()
/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_capture/src/
H A Daudio_alsa_if_lib_capture_test.cpp454 int32_t ret = AudioOutputCaptureRead(handle, AUDIO_DRV_PCM_IOCTL_READ, handleData);
472 ret = AudioOutputCaptureRead(handle, AUDIO_DRV_PCM_IOCTL_READ, handleData);
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_capture.c1142 case AUDIO_DRV_PCM_IOCTL_READ: in AudioInterfaceLibOutputCapture()
1182 case AUDIO_DRV_PCM_IOCTL_READ: in AudioInterfaceLibModeCapture()
/ohos5.0/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h361 AUDIO_DRV_PCM_IOCTL_READ, enumerator
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h387 AUDIO_DRV_PCM_IOCTL_READ, enumerator
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_capture.c752 …rfaceLibModeCapture)(hwCapture->devDataHandle, &hwCapture->captureParam, AUDIO_DRV_PCM_IOCTL_READ); in AudioCaptureCaptureFrame()
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c1571 {AUDIO_DRV_PCM_IOCTL_READ, StreamHostRead},