Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h791 bool masterMute_l() const;
DAudioFlinger.cpp1032 return masterMute_l(); in masterMute()
1040 bool AudioFlinger::masterMute_l() const in masterMute_l() function in android::AudioFlinger
DThreads.cpp1685 mMasterMute = audioFlinger->masterMute_l(); in PlaybackThread()
8260 mMasterMute = audioFlinger->masterMute_l(); in MmapPlaybackThread()