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/media/java/android/media/
H A DAudioSystem.java548 public static native boolean getMasterMute(); method in class:AudioSystem
H A DAudioService.java1689 if (state != AudioSystem.getMasterMute()) {
1705 return AudioSystem.getMasterMute();
1766 if (!AudioSystem.getMasterMute()) {
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp137 status_t AudioSystem::getMasterMute(bool* mute) function in class:android::AudioSystem
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp440 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) {
1507 {"getMasterMute", "()Z", (void *)android_media_AudioSystem_getMasterMute},

Completed in 133 milliseconds