Searched refs:getMasterVolume (Results 1 - 11 of 11) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h49 virtual status_t getMasterVolume(float *volume);
H A DAudioHardwareInterface.h232 virtual status_t getMasterVolume(float *volume) = 0;
/hardware/interfaces/audio/2.0/
H A DIDevice.hal53 getMasterVolume() generates (Result retval, float volume);
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp132 status_t AudioHardwareBase::getMasterVolume(float *volume) function in class:android_audio_legacy::AudioHardwareBase
H A Daudio_hw_hal.cpp442 return ladev->hwif->getMasterVolume(volume);
/hardware/interfaces/audio/2.0/default/
H A DPrimaryDevice.cpp43 Return<void> PrimaryDevice::getMasterVolume(getMasterVolume_cb _hidl_cb) { function in class:android::hardware::audio::V2_0::implementation::PrimaryDevice
44 return mDevice->getMasterVolume(_hidl_cb);
H A DDevice.h64 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
H A DPrimaryDevice.h59 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
H A DDevice.cpp103 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) { function in class:android::hardware::audio::V2_0::implementation::Device
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp461 return qadev->hwif->getMasterVolume(volume);
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp313 &IDevice::setMasterVolume, &IDevice::getMasterVolume,

Completed in 152 milliseconds