Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioSystem.java688 public static native float getMasterVolume(); in getMasterVolume() method in AudioSystem
/frameworks/av/include/media/
DAudioSystem.h58 static status_t getMasterVolume(float* volume);
/frameworks/av/media/libmedia/
DAudioSystem.cpp140 status_t AudioSystem::getMasterVolume(float* volume) in getMasterVolume() function in android::AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp524 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) { in android_media_AudioSystem_getMasterVolume()