Home
last modified time | relevance | path

Searched refs:getMasterVolume (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareBase.h49 virtual status_t getMasterVolume(float *volume);
DAudioHardwareInterface.h232 virtual status_t getMasterVolume(float *volume) = 0;
/hardware/libhardware_legacy/audio/
DAudioHardwareInterface.cpp132 status_t AudioHardwareBase::getMasterVolume(float *volume) in getMasterVolume() function in android_audio_legacy::AudioHardwareBase
Daudio_hw_hal.cpp440 return ladev->hwif->getMasterVolume(volume); in adev_get_master_volume()
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp461 return qadev->hwif->getMasterVolume(volume); in adev_get_master_volume()