Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto273 // 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-app
811 // The total duration that the app spent holding partial wakelocks.
826 // Full wakelocks keep the screen on. Based on
829 // and total durations are not tracked for full wakelocks.
832 // Partial wakelocks ensure the CPU is running while allowing the screen
836 // for partial wakelocks.
847 // are not tracked for window wakelocks.
[all …]
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java3979 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 …]
/aosp12/hardware/interfaces/power/1.0/
H A DIPower.hal39 * kernel may suspend the system whenever no wakelocks are held.
/aosp12/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto105 // Summarizes the state of all active wakelocks.
132 // Set of app ids that are temporarily allowed to acquire wakelocks due to