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

/frameworks/av/include/media/
H A DIAudioFlinger.h104 virtual bool masterMute() const = 0;
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp253 virtual bool masterMute() const function in class:android::BpAudioFlinger
804 reply->writeInt32( masterMute() );
H A DAudioSystem.cpp119 *mute = af->masterMute();
/frameworks/base/media/java/android/media/
H A DAudioService.java731 boolean masterMute = System.getIntForUser(cr, System.VOLUME_MASTER_MUTE,
733 AudioSystem.setMasterMute(masterMute);
734 broadcastMasterMuteStatus(masterMute);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h125 virtual bool masterMute() const;
H A DAudioFlinger.cpp754 bool AudioFlinger::masterMute() const function in class:android::AudioFlinger
1563 // it would be safer to explicitly pass initial masterVolume/masterMute as
2914 bool masterMute = mMasterMute; local
2916 if (masterMute) {

Completed in 472 milliseconds