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

  /hardware/libhardware/modules/audio/
audio_hw.c 369 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) function
371 ALOGV("adev_get_master_volume: %f", *volume);
490 adev->device.get_master_volume = adev_get_master_volume;
  /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;
  /device/generic/goldfish/audio/
audio_hw_legacy.c 495 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) function
680 adev->device.get_master_volume = adev_get_master_volume;
audio_hw.c 1252 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume) function
    [all...]
  /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;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2926 static int adev_get_master_volume(struct audio_hw_device *dev, function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 4164 static int adev_get_master_volume(struct audio_hw_device *dev __unused, function
    [all...]

Completed in 723 milliseconds