Lines Matching refs:mMasterMute
2178 mMasterMute = afThreadCallback->masterMute_l();
2185 mMasterMute = false;
2338 dprintf(fd, " Master mute: %s\n", mMasterMute ? "on" : "off"); in dumpInternals_l()
2821 mMasterMute = false; in setMasterMute()
2823 mMasterMute = muted; in setMasterMute()
3523 if (!mMasterMute) { in checkSilentMode_l()
5553 bool masterMute = mMasterMute; in prepareTracks_l()
6709 if (mMasterMute || mStreamTypes[track->streamType()].mute || track->isPlaybackRestricted()) { in processVolume_l()
6731 /*muteState=*/{mMasterMute, in processVolume_l()
10972 mMasterMute = afThreadCallback->masterMute_l(); in MmapPlaybackThread()
10991 mMasterMute = false; in MmapPlaybackThread()
11033 mMasterMute = false; in setMasterMute()
11035 mMasterMute = muted; in setMasterMute()
11098 if (mMasterMute || streamMuted_l()) { in processVolume_l()
11137 /*muteState=*/{mMasterMute, in processVolume_l()
11175 if (!mMasterMute) { in checkSilentMode_l()
11253 dprintf(fd, " Master volume: %f Master mute %d\n", mMasterVolume, mMasterMute); in dumpInternals_l()