Searched refs:masterMute (Results 1 – 7 of 7) sorted by relevance
383 virtual bool masterMute() const = 0;
154 virtual bool masterMute() const;
1310 bool AudioFlinger::masterMute() const in masterMute() function in android::AudioFlinger
4784 bool masterMute = mMasterMute; in prepareTracks_l() local4786 if (masterMute) { in prepareTracks_l()
242 virtual bool masterMute() const in masterMute() function in android::BpAudioFlinger1118 reply->writeInt32( masterMute() ); in onTransact()
166 *mute = af->masterMute(); in getMasterMute()
1726 boolean masterMute = in readUserRestrictions()1732 masterMute = false; in readUserRestrictions()1736 Log.d(TAG, String.format("Master mute %s, user=%d", masterMute, currentUser)); in readUserRestrictions()1738 setSystemAudioMute(masterMute); in readUserRestrictions()1739 AudioSystem.setMasterMute(masterMute); in readUserRestrictions()1740 broadcastMasterMuteStatus(masterMute); in readUserRestrictions()