Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfThread.h78 virtual bool masterMute_l() const
DAudioFlinger.h356 bool masterMute_l() const final REQUIRES(mutex());
DAudioFlinger.cpp1506 return masterMute_l(); in masterMute()
1519 bool AudioFlinger::masterMute_l() const in masterMute_l() function in android::AudioFlinger
DThreads.cpp2178 mMasterMute = afThreadCallback->masterMute_l();
10972 mMasterMute = afThreadCallback->masterMute_l(); in MmapPlaybackThread()