Searched defs:mMuteAffectedStreams (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java407 private int mMuteAffectedStreams; field in class:AudioService
964 mMuteAffectedStreams &= ~(1 << vss.mStreamType);
992 pw.println(Integer.toHexString(mMuteAffectedStreams));
1167 mMuteAffectedStreams = System.getIntForUser(cr,
3667 return (mMuteAffectedStreams & (1 << streamType)) != 0;
4944 // mRingerModeMutedStreams and mMuteAffectedStreams are safe (only accessed once).

Completed in 110 milliseconds