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

  /hardware/libhardware/modules/audio/
audio_hw.c 357 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
359 ALOGV("adev_set_voice_volume: %f", volume);
488 adev->device.set_voice_volume = adev_set_voice_volume;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 394 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function in namespace:android
689 adev->device.set_voice_volume = adev_set_voice_volume;
  /device/generic/goldfish/audio/
audio_hw_legacy.c 484 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
486 // adev_set_voice_volume is a no op (simulates phones)
678 adev->device.set_voice_volume = adev_set_voice_volume;
audio_hw.c 1241 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 524 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
526 ALOGV("adev_set_voice_volume: %f", volume);
658 adev->hw_device.set_voice_volume = adev_set_voice_volume;
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 822 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
933 adev->hw_device.set_voice_volume = adev_set_voice_volume;
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 1123 static int adev_set_voice_volume(struct audio_hw_device *hw_dev, float volume) function
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 427 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
661 ladev->device.set_voice_volume = adev_set_voice_volume;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 446 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
729 qadev->device.set_voice_volume = adev_set_voice_volume;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /system/bt/audio_a2dp_hw/src/
audio_a2dp_hw.cc 1624 static int adev_set_voice_volume(UNUSED_ATTR struct audio_hw_device* dev, function
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2906 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 4145 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]

Completed in 377 milliseconds