HomeSort by relevance Sort by last modified time
    Searched refs:mMasterMute (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/audioflinger/
Threads.h 449 // mMasterMute is in both PlaybackThread and in AudioFlinger. When a
452 bool mMasterMute;
453 void setMasterMute_l(bool muted) { mMasterMute = muted; }
    [all...]
AudioFlinger.cpp 141 mMasterMute(false),
719 mMasterMute = muted;
762 return mMasterMute;
    [all...]
Threads.cpp     [all...]
AudioFlinger.h 564 bool mMasterMute;

Completed in 393 milliseconds