Searched refs:mMuteAffectedStreams (Results 1 – 1 of 1) sorted by relevance
386 private int mMuteAffectedStreams; field in AudioService928 mMuteAffectedStreams &= ~(1 << vss.mStreamType); in checkMuteAffectedStreams()955 pw.println(Integer.toHexString(mMuteAffectedStreams)); in dumpStreamStates()1109 mMuteAffectedStreams = System.getIntForUser(cr, in readPersistedSettings()3536 return (mMuteAffectedStreams & (1 << streamType)) != 0; in isStreamAffectedByMute()