Searched refs:adev_close_output_stream (Results 1 - 9 of 9) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c287 static void adev_close_output_stream(struct audio_hw_device *dev, function
290 ALOGV("adev_close_output_stream...");
465 adev->device.close_output_stream = adev_close_output_stream;
/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c713 static void adev_close_output_stream(struct audio_hw_device *dev, function
717 ALOGV("adev_close_output_stream(c:%d d:%d)", out->profile->card, out->profile->device);
1202 adev->hw_device.close_output_stream = adev_close_output_stream;
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c784 static void adev_close_output_stream(struct audio_hw_device *dev, function
942 adev->hw_device.close_output_stream = adev_close_output_stream;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c605 static void adev_close_output_stream(struct audio_hw_device *dev, function
609 ALOGV("adev_close_output_stream(c:%d d:%d)", out->profile->card, out->profile->device);
1076 adev->hw_device.close_output_stream = adev_close_output_stream;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp543 static void adev_close_output_stream(struct audio_hw_device *dev, function
671 ladev->device.close_output_stream = adev_close_output_stream;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp609 static void adev_close_output_stream(struct audio_hw_device *dev, function
745 qadev->device.close_output_stream = adev_close_output_stream;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1432 static void adev_close_output_stream(struct audio_hw_device *dev,
1440 ALOGD("adev_close_output_stream() addr = %s", rsxadev->routes[out->route_handle].address);
1747 rsxadev->device.close_output_stream = adev_close_output_stream;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2455 static void adev_close_output_stream(struct audio_hw_device *dev __unused, function
3039 adev->device.close_output_stream = adev_close_output_stream;
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c1679 * stream is closed in adev_close_output_stream()
2878 static void adev_close_output_stream(struct audio_hw_device *dev __unused, function
3422 adev->device.close_output_stream = adev_close_output_stream;

Completed in 331 milliseconds