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 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/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.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;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2942 static int adev_get_master_volume(struct audio_hw_device *dev, function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 2998 static int adev_get_master_volume(struct audio_hw_device *dev __unused, function
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 4198 static int adev_get_master_volume(struct audio_hw_device *dev, function
    [all...]

Completed in 1591 milliseconds