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

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

Completed in 129 milliseconds