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

  /device/generic/goldfish/audio/
audio_hw_legacy.c 641 static int adev_close(hw_device_t *dev) function
675 adev->device.common.close = adev_close;
audio_hw.c 1511 static int adev_close(hw_device_t *dev) function
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 626 static int adev_close(hw_device_t *device) function
628 ALOGV("adev_close");
650 adev->hw_device.common.close = adev_close;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 1307 static int adev_close(hw_device_t *dev) { function
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 805 static int adev_close(hw_device_t *device) function
810 ALOGV("adev_close");
836 adev->hw_device.common.close = adev_close;
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 1514 static int adev_close(hw_device_t *dev) function
    [all...]

Completed in 946 milliseconds