HomeSort by relevance Sort by last modified time
    Searched defs:adev_close_output_stream (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/audio/
audio_hw_legacy.c 450 static void adev_close_output_stream(struct audio_hw_device *dev, function
645 adev_close_output_stream((struct audio_hw_device *)dev, adev->output);
690 adev->device.close_output_stream = adev_close_output_stream;
audio_hw.c 1272 static void adev_close_output_stream(struct audio_hw_device *dev, function
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 495 static void adev_close_output_stream(struct audio_hw_device *dev, function
498 ALOGV("adev_close_output_stream...");
664 adev->hw_device.close_output_stream = adev_close_output_stream;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 1046 static void adev_close_output_stream(struct audio_hw_device *dev, function
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 674 static void adev_close_output_stream(struct audio_hw_device *dev, function
677 ALOGV("adev_close_output_stream...");
850 adev->hw_device.close_output_stream = adev_close_output_stream;
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 1275 static void adev_close_output_stream(struct audio_hw_device *dev, function
    [all...]

Completed in 75 milliseconds