Searched defs:adev_open_input_stream (Results 1 - 8 of 8) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c368 static int adev_open_input_stream(struct audio_hw_device *dev, function
377 ALOGV("adev_open_input_stream...");
466 adev->device.open_input_stream = adev_open_input_stream;
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c964 static int adev_open_input_stream(struct audio_hw_device *dev, function
973 ALOGV("in adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
1203 adev->hw_device.open_input_stream = adev_open_input_stream;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c871 static int adev_open_input_stream(struct audio_hw_device *dev, function
943 adev->hw_device.open_input_stream = adev_open_input_stream;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c861 static int adev_open_input_stream(struct audio_hw_device *dev, function
870 ALOGV("adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
1077 adev->hw_device.open_input_stream = adev_open_input_stream;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp554 static int adev_open_input_stream(struct audio_hw_device *dev, function
672 ladev->device.open_input_stream = adev_open_input_stream;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp620 static int adev_open_input_stream(struct audio_hw_device *dev, function
746 qadev->device.open_input_stream = adev_open_input_stream;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2662 static int adev_open_input_stream(struct audio_hw_device *dev, function
2849 /* should be the usecases enabled in adev_open_input_stream() */
3040 adev->device.open_input_stream = adev_open_input_stream;
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c3168 static int adev_open_input_stream(struct audio_hw_device *dev, function
3423 adev->device.open_input_stream = adev_open_input_stream;

Completed in 72 milliseconds