Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DIAudioFlinger.h114 virtual bool masterMute() const = 0;
/frameworks/av/services/audioflinger/
DAudioFlinger.h138 virtual bool masterMute() const;
DThreads.cpp3186 bool masterMute = mMasterMute; in prepareTracks_l() local
3188 if (masterMute) { in prepareTracks_l()
DAudioFlinger.cpp878 bool AudioFlinger::masterMute() const in masterMute() function in android::AudioFlinger
/frameworks/av/media/libmedia/
DIAudioFlinger.cpp323 virtual bool masterMute() const in masterMute() function in android::BpAudioFlinger
1011 reply->writeInt32( masterMute() ); in onTransact()
DAudioSystem.cpp141 *mute = af->masterMute(); in getMasterMute()
/frameworks/base/media/java/android/media/
DAudioService.java915 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()