Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp181 mMasterMute(false), in AudioFlinger()
926 mMasterMute = muted; in setMasterMute()
973 return mMasterMute; in masterMute_l()
1663 mMasterMute = mm; in loadHwModule_l()
1677 (OK == dev->set_master_mute(dev, mMasterMute))) { in loadHwModule_l()
DThreads.h729 bool mMasterMute;
730 void setMasterMute_l(bool muted) { mMasterMute = muted; } in setMasterMute_l()
DAudioFlinger.h681 bool mMasterMute; variable
DThreads.cpp1695 mMasterMute = audioFlinger->masterMute_l(); in PlaybackThread()
1702 mMasterMute = false; in PlaybackThread()
2111 mMasterMute = false; in setMasterMute()
2113 mMasterMute = muted; in setMasterMute()
2659 if (!mMasterMute) { in checkSilentMode_l()
4005 bool masterMute = mMasterMute; in prepareTracks_l()
4785 if (mMasterMute || mStreamTypes[track->streamType()].mute) { in processVolume_l()