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

/hardware/libhardware/modules/audio/
H A Daudio_hw.c242 static int adev_open_output_stream(struct audio_hw_device *dev, function
250 ALOGV("adev_open_output_stream...");
464 adev->device.open_output_stream = adev_open_output_stream;
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c581 static int adev_open_output_stream(struct audio_hw_device *dev, function
589 ALOGV("adev_open_output_stream() handle:0x%X, device:0x%X, flags:0x%X, addr:%s",
1201 adev->hw_device.open_output_stream = adev_open_output_stream;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c672 static int adev_open_output_stream(struct audio_hw_device *dev, function
941 adev->hw_device.open_output_stream = adev_open_output_stream;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c472 static int adev_open_output_stream(struct audio_hw_device *dev, function
480 ALOGV("adev_open_output_stream() handle:0x%X, device:0x%X, flags:0x%X, addr:%s",
1075 adev->hw_device.open_output_stream = adev_open_output_stream;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp488 static int adev_open_output_stream(struct audio_hw_device *dev, function
670 ladev->device.open_output_stream = adev_open_output_stream;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp552 static int adev_open_output_stream(struct audio_hw_device *dev, function
741 qadev->device.open_output_stream = adev_open_output_stream;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2230 static int adev_open_output_stream(struct audio_hw_device *dev, function
2854 /* should be the usecases enabled in adev_open_output_stream()*/
3038 adev->device.open_output_stream = adev_open_output_stream;
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c2592 static int adev_open_output_stream(struct audio_hw_device *dev, function
3421 adev->device.open_output_stream = adev_open_output_stream;

Completed in 73 milliseconds