Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:muted

521                 void        setMasterMute(bool muted);
524 void setStreamMute(audio_stream_type_t stream, bool muted);
674 // PlaybackThread needs to find out if master-muted, it checks it's local
677 void setMasterMute_l(bool muted) { mMasterMute = muted; }