Searched refs:masterMute (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/
H A DIAudioFlinger.h124 virtual bool masterMute() const = 0;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h143 virtual bool masterMute() const;
H A DThreads.cpp1598 // it would be safer to explicitly pass initial masterVolume/masterMute as
3836 bool masterMute = mMasterMute; local
3838 if (masterMute) {
H A DAudioFlinger.cpp957 bool AudioFlinger::masterMute() const function in class:android::AudioFlinger
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1133 boolean masterMute = mUserManagerInternal.getUserRestriction(
1136 masterMute = false;
1140 Log.d(TAG, String.format("Master mute %s, user=%d", masterMute, currentUser));
1142 setSystemAudioMute(masterMute);
1143 AudioSystem.setMasterMute(masterMute);
1144 broadcastMasterMuteStatus(masterMute);
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp337 virtual bool masterMute() const function in class:android::BpAudioFlinger
1053 reply->writeInt32( masterMute() );
H A DAudioSystem.cpp152 *mute = af->masterMute();

Completed in 280 milliseconds