Searched refs:masterMute (Results 1 – 7 of 7) sorted by relevance
366 virtual bool masterMute() const = 0;
150 virtual bool masterMute() const;
1296 bool AudioFlinger::masterMute() const in masterMute() function in android::AudioFlinger
4649 bool masterMute = mMasterMute; in prepareTracks_l() local4651 if (masterMute) { in prepareTracks_l()
242 virtual bool masterMute() const in masterMute() function in android::BpAudioFlinger1115 reply->writeInt32( masterMute() ); in onTransact()
159 *mute = af->masterMute(); in getMasterMute()
1604 boolean masterMute = in readUserRestrictions()1610 masterMute = false; in readUserRestrictions()1614 Log.d(TAG, String.format("Master mute %s, user=%d", masterMute, currentUser)); in readUserRestrictions()1616 setSystemAudioMute(masterMute); in readUserRestrictions()1617 AudioSystem.setMasterMute(masterMute); in readUserRestrictions()1618 broadcastMasterMuteStatus(masterMute); in readUserRestrictions()