Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1030 bool mMasterMute;
1031 void setMasterMute_l(bool muted) { mMasterMute = muted; } in setMasterMute_l()
1893 void setMasterMute_l(bool muted) { mMasterMute = muted; } in setMasterMute_l()
1911 bool mMasterMute; variable
DThreads.cpp1879 mMasterMute = audioFlinger->masterMute_l(); in PlaybackThread()
1886 mMasterMute = false; in PlaybackThread()
2020 dprintf(fd, " Master mute: %s\n", mMasterMute ? "on" : "off"); in dumpInternals_l()
2451 mMasterMute = false; in setMasterMute()
2453 mMasterMute = muted; in setMasterMute()
3056 if (!mMasterMute) { in checkSilentMode_l()
4784 bool masterMute = mMasterMute; in prepareTracks_l()
5720 if (mMasterMute || mStreamTypes[track->streamType()].mute || track->isPlaybackRestricted()) { in processVolume_l()
9458 mMasterMute = audioFlinger->masterMute_l(); in MmapPlaybackThread()
9465 mMasterMute = false; in MmapPlaybackThread()
[all …]
DAudioFlinger.cpp178 mMasterMute(false), in AudioFlinger()
1269 mMasterMute = muted; in setMasterMute()
1328 return mMasterMute; in masterMute_l()
2201 mMasterMute = mm; in loadHwModule_l()
2212 if (OK == dev->setMasterMute(mMasterMute)) { in loadHwModule_l()
DAudioFlinger.h882 bool mMasterMute; variable