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

  /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 1305 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 521 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
523 ALOGV("adev_set_voice_volume: %f", volume);
652 adev->hw_device.set_voice_volume = adev_set_voice_volume;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 1081 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) { function
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 700 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
702 ALOGV("adev_set_voice_volume: %f", volume);
838 adev->hw_device.set_voice_volume = adev_set_voice_volume;
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 1308 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) function
    [all...]

Completed in 310 milliseconds