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

/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h49 virtual status_t getMasterVolume(float *volume);
H A DAudioHardwareInterface.h231 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/4.0/
H A DIDevice.hal51 getMasterVolume() generates (Result retval, float volume);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DPrimaryDevice.impl.h42 Return<void> PrimaryDevice::getMasterVolume(getMasterVolume_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::PrimaryDevice
43 return mDevice->getMasterVolume(_hidl_cb);
H A DDevice.h70 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
H A DPrimaryDevice.h55 Return<void> getMasterVolume(getMasterVolume_cb _hidl_cb) override;
H A DDevice.impl.h79 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Device
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp461 return qadev->hwif->getMasterVolume(volume);
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp260 "master volume", {0, 0.5, 1}, &IDevice::setMasterVolume, &IDevice::getMasterVolume,
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp293 "master volume", Initial{1}, {0, 0.5}, &IDevice::setMasterVolume, &IDevice::getMasterVolume,

Completed in 159 milliseconds