Home
last modified time | relevance | path

Searched refs:mMasterMute (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp175 mMasterMute(false), in AudioFlinger()
848 mMasterMute = muted; in setMasterMute()
891 return mMasterMute; in masterMute_l()
1556 mMasterMute = mm; in loadHwModule_l()
1570 (OK == dev->set_master_mute(dev, mMasterMute))) { in loadHwModule_l()
DThreads.h676 bool mMasterMute;
677 void setMasterMute_l(bool muted) { mMasterMute = muted; } in setMasterMute_l()
DThreads.cpp1215 mMasterMute = audioFlinger->masterMute_l(); in PlaybackThread()
1222 mMasterMute = false; in PlaybackThread()
1586 mMasterMute = false; in setMasterMute()
1588 mMasterMute = muted; in setMasterMute()
2093 if (!mMasterMute) { in checkSilentMode_l()
3186 bool masterMute = mMasterMute; in prepareTracks_l()
3958 if (mMasterMute || mStreamTypes[track->streamType()].mute) { in processVolume_l()
DAudioFlinger.h708 bool mMasterMute; variable