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

/frameworks/av/include/media/
H A DIAudioFlinger.h115 virtual bool masterMute() const = 0;
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h115 virtual bool masterMute() const = 0;
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1191 boolean masterMute =
1197 masterMute = false;
1201 Log.d(TAG, String.format("Master mute %s, user=%d", masterMute, currentUser));
1203 setSystemAudioMute(masterMute);
1204 AudioSystem.setMasterMute(masterMute);
1205 broadcastMasterMuteStatus(masterMute);
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp341 virtual bool masterMute() const function in class:android::BpAudioFlinger
1083 reply->writeInt32( masterMute() );
H A DAudioSystem.cpp155 *mute = af->masterMute();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h159 virtual bool masterMute() const;
H A DThreads.cpp1672 // it would be safer to explicitly pass initial masterVolume/masterMute as
4016 bool masterMute = mMasterMute; local
4018 if (masterMute) {
H A DAudioFlinger.cpp1023 bool AudioFlinger::masterMute() const function in class:android::AudioFlinger

Completed in 110 milliseconds