Home
last modified time | relevance | path

Searched defs:getMasterVolume (Results 1 – 8 of 8) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioHardwareInterface.cpp132 status_t AudioHardwareBase::getMasterVolume(float *volume) in getMasterVolume() function in android_audio_legacy::AudioHardwareBase
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModule.h209 bool getMasterVolume() const { return mMasterVolume; } in getMasterVolume() function
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIModule.aidl59 float getMasterVolume(); in getMasterVolume() method
/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIModule.aidl662 float getMasterVolume(); in getMasterVolume() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIModule.aidl59 float getMasterVolume(); in getMasterVolume() method
/hardware/interfaces/audio/core/all-versions/default/
DPrimaryDevice.cpp53 Return<void> PrimaryDevice::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
DDevice.cpp99 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume() function in android::hardware::audio::CPP_VERSION::implementation::Device
/hardware/interfaces/audio/aidl/default/
DModule.cpp1077 ndk::ScopedAStatus Module::getMasterVolume(float* _aidl_return) { in getMasterVolume() function in aidl::android::hardware::audio::core::Module