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

/frameworks/av/services/audioflinger/
H A DThreads.h857 // mMasterMute is in both PlaybackThread and in AudioFlinger. When a
860 bool mMasterMute; member in class:PlaybackThread
861 void setMasterMute_l(bool muted) { mMasterMute = muted; }
1568 void setMasterMute_l(bool muted) { mMasterMute = muted; }
1585 bool mMasterMute;
H A DThreads.cpp1679 mMasterMute = audioFlinger->masterMute_l();
1686 mMasterMute = false;
2099 mMasterMute = false;
2101 mMasterMute = muted;
2615 if (!mMasterMute) {
4016 bool masterMute = mMasterMute;
4830 if (mMasterMute || mStreamTypes[track->streamType()].mute) {
8212 mMasterMute = audioFlinger->masterMute_l();
8219 mMasterMute = false;
8259 mMasterMute
[all...]
H A DAudioFlinger.cpp153 mMasterMute(false),
991 mMasterMute = muted;
1036 return mMasterMute;
1777 mMasterMute = mm;
1788 if (OK == dev->setMasterMute(mMasterMute)) {
H A DAudioFlinger.h770 bool mMasterMute; member in class:android::AudioFlinger

Completed in 632 milliseconds