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

  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 608 static int adev_get_master_volume(struct audio_hw_device *dev, function in namespace:android
691 adev->device.get_master_volume = adev_get_master_volume;
  /hardware/libhardware/modules/audio/
audio_hw.c 373 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) function
375 ALOGV("adev_get_master_volume: %f", *volume);
503 adev->device.get_master_volume = adev_get_master_volume;
  /device/generic/goldfish/audio/
audio_hw.c 475 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) function
660 adev->device.get_master_volume = adev_get_master_volume;
  /device/linaro/hikey/audio/
audio_hw.c 536 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) function
538 ALOGV("adev_get_master_volume: %f", *volume);
660 adev->hw_device.get_master_volume = adev_get_master_volume;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 439 static int adev_get_master_volume(struct audio_hw_device *dev, float* volume) function
663 ladev->device.get_master_volume = adev_get_master_volume;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 458 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) { function
731 qadev->device.get_master_volume = adev_get_master_volume;
  /device/google/dragon/audio/hal/
audio_hw.c 2938 static int adev_get_master_volume(struct audio_hw_device *dev, function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 4198 static int adev_get_master_volume(struct audio_hw_device *dev, function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 3220 static int adev_get_master_volume(struct audio_hw_device *dev __unused, function
    [all...]

Completed in 2431 milliseconds