Home
last modified time | relevance | path

Searched refs:wakelocks (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/proto/android/os/
Dbatterystats.proto272 // Kernel wakelock stats aren't apportioned across all kernel wakelocks (as
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.
803 // wakelocks, since merely summing Wakelock data will either underestimate (in
806 // wakelocks. AggregatedWakelock, on the other hand, holds overall per-app
811 // The total duration that the app spent holding partial wakelocks.
814 // The total duration that the app spent holding partial wakelocks while the
826 // Full wakelocks keep the screen on. Based on
829 // and total durations are not tracked for full wakelocks.
[all …]
/frameworks/base/core/java/android/os/
DBatteryStats.java3783 final ArrayMap<String, ? extends BatteryStats.Uid.Wakelock> wakelocks in dumpCheckinLocked() local
3785 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() local
4207 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() local
4794 for (int iw=wakelocks.size()-1; iw>=0; iw--) { in dumpLocked()
4795 final Uid.Wakelock wl = wakelocks.valueAt(iw); in dumpLocked()
[all …]
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto102 // Summarizes the state of all active wakelocks.
129 // Set of app ids that are temporarily allowed to acquire wakelocks due to