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