HomeSort by relevance Sort by last modified time
    Searched refs:adev_set_mode (Results 1 - 14 of 14) sorted by null

  /hardware/libhardware/modules/audio/
audio_hw.c 391 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
393 ALOGV("adev_set_mode: %d", mode);
506 adev->device.set_mode = adev_set_mode;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 401 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function in namespace:android
694 adev->device.set_mode = adev_set_mode;
  /device/generic/goldfish/audio/
audio_hw.c 490 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
492 // adev_set_mode is a no op (simulates phones)
663 adev->device.set_mode = adev_set_mode;
  /device/linaro/hikey/audio/
audio_hw.c 554 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
556 ALOGV("adev_set_mode: %d", mode);
663 adev->hw_device.set_mode = adev_set_mode;
  /hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c 1139 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 838 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
935 adev->hw_device.set_mode = adev_set_mode;
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 1121 static int adev_set_mode(struct audio_hw_device *hw_dev, audio_mode_t mode) function
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 445 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
664 ladev->device.set_mode = adev_set_mode;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 472 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
735 qadev->device.set_mode = adev_set_mode;
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 1245 static int adev_set_mode(struct audio_hw_device *dev, int mode) function
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2963 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 3236 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 4223 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
    [all...]

Completed in 491 milliseconds