Searched defs:adev_get_master_volume (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c373 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;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp439 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/
H A Daudio_hw_hal.cpp458 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/qcom/audio/hal/
H A Daudio_hw.c3266 static int adev_get_master_volume(struct audio_hw_device *dev __unused, function
3753 adev->device.get_master_volume = adev_get_master_volume;

Completed in 61 milliseconds