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

  /hardware/libhardware/modules/audio/
audio_hw.c 387 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
389 ALOGV("adev_set_mode: %d", mode);
493 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_legacy.c 510 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
512 // adev_set_mode is a no op (simulates phones)
683 adev->device.set_mode = adev_set_mode;
audio_hw.c 1267 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
    [all...]
  /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/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 1133 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;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 1638 static int adev_set_mode(UNUSED_ATTR struct audio_hw_device* dev, function
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2951 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 4180 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) function
    [all...]

Completed in 1017 milliseconds