Home
last modified time | relevance | path

Searched refs:AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/hardwaredependence/capture/src/
H A Daudio_libcapture_hardwaredependence_test.cpp148 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
190 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
231 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
262 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
/ohos5.0/drivers/peripheral/audio/supportlibs/interfaces/include/
H A Daudio_if_lib_capture.h42 AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, // scene threshold enumerator
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_lib_capture.c257 case AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE: in AudioInterfaceLibCtlCapture()
521 case AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE: in AudioInterfaceLibModeCapture()
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_alsa_libcapture_test.cpp547 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
580 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
632 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
677 …ret = InterfaceLibCtlCapture(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, &hwCapture->capture…
/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_capture/src/
H A Daudio_alsa_if_lib_capture_test.cpp178 …int32_t ret = AudioCtlCaptureGetVolThreshold(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, han…
191 …ret = AudioCtlCaptureGetVolThreshold(handle, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE, handleData);
/ohos5.0/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_capture.c720 case AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE: in AudioInterfaceLibCtlCapture()
1203 case AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE: in AudioInterfaceLibModeCapture()
/ohos5.0/drivers/peripheral/audio/test/systemtest/
H A DREADME_zh.md199 <td>AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE</td>
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_adapter.c916 … hwCapture->devCtlHandle, &hwCapture->captureParam, AUDIODRV_CTL_IOCTL_VOL_THRESHOLD_CAPTURE); in AudioAdapterInterfaceLibModeCapture()