Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/include/
DDeviceHalInterface.h46 virtual status_t getMasterVolume(float *volume) = 0;
/frameworks/av/media/libaudiohal/
DDeviceHalLocal.h41 virtual status_t getMasterVolume(float *volume);
DDeviceHalHidl.h46 virtual status_t getMasterVolume(float *volume);
DDeviceHalHidl.cpp135 status_t DeviceHalHidl::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalHidl
140 Return<void> ret = primaryDev->getMasterVolume( in getMasterVolume()
DDeviceHalLocal.cpp56 status_t DeviceHalLocal::getMasterVolume(float *volume) { in getMasterVolume() function in android::DeviceHalLocal
/frameworks/av/include/media/
DAudioSystem.h60 static status_t getMasterVolume(float* volume);
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h60 static status_t getMasterVolume(float* volume);
/frameworks/base/media/java/android/media/
DAudioSystem.java722 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp143 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp543 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) { in android_media_AudioSystem_getMasterVolume()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp1770 if (OK == dev->getMasterVolume(&mv)) { in loadHwModule_l()