Searched refs:getMasterMute (Results 1 – 5 of 5) sorted by relevance
55 static status_t getMasterMute(bool* mute);
548 public static native boolean getMasterMute(); in getMasterMute() method in AudioSystem
1689 if (state != AudioSystem.getMasterMute()) { in setMasterMuteInternal()1705 return AudioSystem.getMasterMute(); in isMasterMute()1766 if (!AudioSystem.getMasterMute()) { in doSetMasterVolume()
137 status_t AudioSystem::getMasterMute(bool* mute) in getMasterMute() function in android::AudioSystem
440 if (AudioSystem::getMasterMute(&mute) != NO_ERROR) { in android_media_AudioSystem_getMasterMute()