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

/frameworks/av/include/media/
H A DAudioSystem.h53 static status_t getMasterVolume(float* volume);
/frameworks/base/media/java/android/media/
H A DAudioSystem.java622 public static native float getMasterVolume(); method in class:AudioSystem
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp137 status_t AudioSystem::getMasterVolume(float* volume) function in class:android::AudioSystem
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp478 if (AudioSystem::getMasterVolume(&value) != NO_ERROR) {
1637 {"getMasterVolume", "()F", (void *)android_media_AudioSystem_getMasterVolume},

Completed in 100 milliseconds