Searched refs:wakelocks (Results 1 – 3 of 3) sorted by relevance
272 // Kernel wakelock stats aren't apportioned across all kernel wakelocks (as273 // app wakelocks stats are).287 // does not double count wakelocks held at the same time.800 // Aggregated wakelock data for an app overall, across all of its wakelocks.803 // wakelocks, since merely summing Wakelock data will either underestimate (in806 // wakelocks. AggregatedWakelock, on the other hand, holds overall per-app811 // The total duration that the app spent holding partial wakelocks.814 // The total duration that the app spent holding partial wakelocks while the826 // Full wakelocks keep the screen on. Based on829 // and total durations are not tracked for full wakelocks.[all …]
3783 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpCheckinLocked() local3785 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()3786 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()4206 final ArrayMap<String, ? extends Uid.Wakelock> wakelocks = u.getWakelockStats(); in dumpCheckinLocked() local4207 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()4208 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()4223 String name = wakelocks.keyAt(iw); in dumpCheckinLocked()4792 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpLocked() local4794 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpLocked()4795 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpLocked()[all …]
102 // Summarizes the state of all active wakelocks.129 // Set of app ids that are temporarily allowed to acquire wakelocks due to