Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DAudioSystem.h55 static status_t getMasterMute(bool* mute);
/frameworks/base/media/java/android/media/
DAudioSystem.java548 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
DAudioService.java1689 if (state != AudioSystem.getMasterMute()) { in setMasterMuteInternal()
1705 return AudioSystem.getMasterMute(); in isMasterMute()
1766 if (!AudioSystem.getMasterMute()) { in doSetMasterVolume()
/frameworks/av/media/libmedia/
DAudioSystem.cpp137 status_t AudioSystem::getMasterMute(bool* mute) in getMasterMute() function in android::AudioSystem
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp440 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute()