Searched refs:getMasterMute (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/
H A DAudioSystem.h55 static status_t getMasterMute(bool* mute);
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp241 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) {
285 {"getMasterMute", "()Z", (void *)android_media_AudioSystem_getMasterMute},
/frameworks/base/media/java/android/media/
H A DAudioSystem.java390 public static native boolean getMasterMute(); method in class:AudioSystem
H A DAudioService.java1187 if (state != AudioSystem.getMasterMute()) {
1198 return AudioSystem.getMasterMute();
1232 if (!AudioSystem.getMasterMute()) {
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp115 status_t AudioSystem::getMasterMute(bool* mute) function in class:android::AudioSystem

Completed in 2829 milliseconds