Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp132 status_t AudioHardwareBase::getMasterVolume(float *volume) in getMasterVolume() function in android_audio_legacy::AudioHardwareBase
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDeviceHalLocal.cpp57 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalLocal
H A DDeviceHalHidl.cpp88 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::CPP_VERSION::DeviceHalHidl
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DPrimaryDevice.cpp49 Return<void> PrimaryDevice::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
H A DDevice.cpp95 Return<void> Device::getMasterVolume(getMasterVolume_cb _hidl_cb) { in getMasterVolume() function in android::hardware::audio::CPP_VERSION::implementation::Device
/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java1581 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp191 status_t AudioSystem::getMasterVolume(float* volume) { in getMasterVolume() function in android::AudioSystem