Searched defs:masterMute (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp247 virtual bool masterMute() const function in class:android::BpAudioFlinger
777 reply->writeInt32( masterMute() );
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp736 bool AudioFlinger::masterMute() const function in class:android::AudioFlinger
1517 // but it would be safer to explicitly pass initial masterMute as parameter
2874 bool masterMute = mMasterMute; local
2876 if (masterMute) {

Completed in 102 milliseconds