Searched refs:getMasterMute (Results 1 – 5 of 5) sorted by relevance
62 static status_t getMasterMute(bool* mute);
690 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
148 status_t AudioSystem::getMasterMute(bool* mute) in getMasterMute() function in android::AudioSystem
541 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute()
1930 if (mute != AudioSystem.getMasterMute()) { in setMasterMuteInternalNoCallerCheck()1944 return AudioSystem.getMasterMute(); in isMasterMute()