Home | History | Annotate | Download | only in os

Lines Matching defs:wl

2729                     Wakelock wl = wakelockEntry.getValue();
2730 if (wl.reset()) {
3907 Wakelock wl = mWakelockStats.get(name);
3908 if (wl == null) {
3913 wl = mWakelockStats.get(name);
3915 if (wl == null) {
3916 wl = new Wakelock();
3917 mWakelockStats.put(name, wl);
3923 t = wl.mTimerPartial;
3927 wl.mTimerPartial = t;
3931 t = wl.mTimerFull;
3935 wl.mTimerFull = t;
3939 t = wl.mTimerWindow;
3943 wl.mTimerWindow = t;
5351 Uid.Wakelock wl = ent.getValue();
5352 if (wl.mTimerFull != null) {
5354 wl.mTimerFull.writeSummaryFromParcelLocked(out, NOWREAL);
5358 if (wl.mTimerPartial != null) {
5360 wl.mTimerPartial.writeSummaryFromParcelLocked(out, NOWREAL);
5364 if (wl.mTimerWindow != null) {
5366 wl.mTimerWindow.writeSummaryFromParcelLocked(out, NOWREAL);