Searched defs:mRingerModeMutedStreams (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java403 private int mRingerModeMutedStreams; field in class:AudioService
713 mRingerModeMutedStreams = 0;
2270 mRingerModeMutedStreams &= ~(1 << streamType);
2274 mRingerModeMutedStreams |= (1 << streamType);
3625 return (mRingerModeMutedStreams & (1 << streamType)) != 0;
4942 // However there appear to be some missing locks around mRingerModeMutedStreams
4944 // mRingerModeMutedStreams and mMuteAffectedStreams are safe (only accessed once).
6199 dumpRingerModeStreams(pw, "muted", mRingerModeMutedStreams);

Completed in 40 milliseconds