Searched refs:masterMute (Results 1 – 7 of 7) sorted by relevance
114 virtual bool masterMute() const = 0;
138 virtual bool masterMute() const;
3186 bool masterMute = mMasterMute; in prepareTracks_l() local3188 if (masterMute) { in prepareTracks_l()
878 bool AudioFlinger::masterMute() const in masterMute() function in android::AudioFlinger
323 virtual bool masterMute() const in masterMute() function in android::BpAudioFlinger1011 reply->writeInt32( masterMute() ); in onTransact()
141 *mute = af->masterMute(); in getMasterMute()
915 boolean masterMute = System.getIntForUser(cr, System.VOLUME_MASTER_MUTE, in readPersistedSettings()918 masterMute = false; in readPersistedSettings()921 AudioSystem.setMasterMute(masterMute); in readPersistedSettings()922 broadcastMasterMuteStatus(masterMute); in readPersistedSettings()