Searched refs:masterMute (Results 1 – 7 of 7) sorted by relevance
124 virtual bool masterMute() const = 0;
143 virtual bool masterMute() const;
957 bool AudioFlinger::masterMute() const in masterMute() function in android::AudioFlinger
3836 bool masterMute = mMasterMute; in prepareTracks_l() local3838 if (masterMute) { in prepareTracks_l()
1133 boolean masterMute = mUserManagerInternal.getUserRestriction( in readUserRestrictions()1136 masterMute = false; in readUserRestrictions()1140 Log.d(TAG, String.format("Master mute %s, user=%d", masterMute, currentUser)); in readUserRestrictions()1142 setSystemAudioMute(masterMute); in readUserRestrictions()1143 AudioSystem.setMasterMute(masterMute); in readUserRestrictions()1144 broadcastMasterMuteStatus(masterMute); in readUserRestrictions()
337 virtual bool masterMute() const in masterMute() function in android::BpAudioFlinger1053 reply->writeInt32( masterMute() ); in onTransact()
152 *mute = af->masterMute(); in getMasterMute()