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

  /hardware/libhardware/modules/audio/
audio_hw.c 313 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
315 ALOGV("adev_set_voice_volume: %f", volume);
453 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.c 464 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
466 // adev_set_voice_volume is a no op (simulates phones)
658 adev->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 995 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 425 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
659 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;
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 1153 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 2361 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 4178 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]

Completed in 108 milliseconds