Searched refs:mMasterMute (Results 1 – 4 of 4) sorted by relevance
1013 bool mMasterMute;1014 void setMasterMute_l(bool muted) { mMasterMute = muted; } in setMasterMute_l()1869 void setMasterMute_l(bool muted) { mMasterMute = muted; } in setMasterMute_l()1889 bool mMasterMute; variable
1840 mMasterMute = audioFlinger->masterMute_l(); in PlaybackThread()1847 mMasterMute = false; in PlaybackThread()1968 dprintf(fd, " Master mute: %s\n", mMasterMute ? "on" : "off"); in dumpInternals_l()2392 mMasterMute = false; in setMasterMute()2394 mMasterMute = muted; in setMasterMute()2949 if (!mMasterMute) { in checkSilentMode_l()4649 bool masterMute = mMasterMute; in prepareTracks_l()5567 if (mMasterMute || mStreamTypes[track->streamType()].mute || track->isPlaybackRestricted()) { in processVolume_l()9215 mMasterMute = audioFlinger->masterMute_l(); in MmapPlaybackThread()9222 mMasterMute = false; in MmapPlaybackThread()[all …]
177 mMasterMute(false), in AudioFlinger()1255 mMasterMute = muted; in setMasterMute()1314 return mMasterMute; in masterMute_l()2155 mMasterMute = mm; in loadHwModule_l()2166 if (OK == dev->setMasterMute(mMasterMute)) { in loadHwModule_l()
868 bool mMasterMute; variable