Searched refs:masterMute (Results 1 – 8 of 8) sorted by relevance
82 boolean masterMute(); in masterMute() method
211 virtual bool masterMute() const = 0;371 bool masterMute() const override;572 Status masterMute(bool* _aidl_return) override;
292 bool AudioFlingerClientAdapter::masterMute() const { in masterMute() function in android::AudioFlingerClientAdapter295 RETURN_IF_ERROR(statusTFromBinderStatus(mDelegate->masterMute(&aidlRet))); in masterMute()846 Status AudioFlingerServerAdapter::masterMute(bool* _aidl_return) { in masterMute() function in android::AudioFlingerServerAdapter847 *_aidl_return = mDelegate->masterMute(); in masterMute()
201 *mute = af->masterMute(); in getMasterMute()
158 virtual bool masterMute() const;
1331 bool AudioFlinger::masterMute() const in masterMute() function in android::AudioFlinger
4897 bool masterMute = mMasterMute; in prepareTracks_l() local4899 if (masterMute) { in prepareTracks_l()
2305 boolean masterMute = in readUserRestrictions()2311 masterMute = false; in readUserRestrictions()2315 Log.d(TAG, String.format("Master mute %s, user=%d", masterMute, currentUser)); in readUserRestrictions()2317 setSystemAudioMute(masterMute); in readUserRestrictions()2318 AudioSystem.setMasterMute(masterMute); in readUserRestrictions()2319 broadcastMasterMuteStatus(masterMute); in readUserRestrictions()