Searched refs:wakelocks (Results 1 – 4 of 4) sorted by relevance
273 // 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.806 // wakelocks. AggregatedWakelock, on the other hand, holds overall per-app811 // The total duration that the app spent holding partial wakelocks.826 // Full wakelocks keep the screen on. Based on829 // and total durations are not tracked for full wakelocks.832 // Partial wakelocks ensure the CPU is running while allowing the screen836 // for partial wakelocks.847 // are not tracked for window wakelocks.[all …]
3979 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()3980 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()4402 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpCheckinLocked()4403 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpCheckinLocked()4418 String name = wakelocks.keyAt(iw); in dumpCheckinLocked()5002 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpLocked()5003 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpLocked()5856 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpLocked()5857 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpLocked()5862 sb.append(wakelocks.keyAt(iw)); in dumpLocked()[all …]
39 * kernel may suspend the system whenever no wakelocks are held.
105 // Summarizes the state of all active wakelocks.132 // Set of app ids that are temporarily allowed to acquire wakelocks due to