Home
last modified time | relevance | path

Searched refs:sleeping (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/proto/android/os/
Dcpuinfo.proto38 optional int32 sleeping = 3; // number of sleeping tasks field
86 STATUS_S = 3; // sleeping
Dps.proto50 // Name of the kernel function in which the process is sleeping, a "-"
Dbatterystats.proto739 // top > foreground service > foreground > background > top sleeping > heavy weight > cache
752 // Time this uid has any process that is top while the device is sleeping,
/frameworks/base/cmds/incident_helper/testdata/
Dcpuinfo.txt1 Threads: 2038 total, 1 running,2033 sleeping, 0 stopped, 0 zombie
/frameworks/base/core/proto/android/app/
Denums.proto84 // Same as PROCESS_STATE_TOP but while device is sleeping.
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java1345 boolean sleeping, long now) { in computeNextPssTime() argument
1370 ? (sleeping ? sFirstAsleepPssTimes : sFirstAwakePssTimes) in computeNextPssTime()
1371 : (sleeping ? sSameAsleepPssTimes : sSameAwakePssTimes)); in computeNextPssTime()
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto637 optional bool sleeping = 3; field
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java5625 void setSleeping(boolean sleeping) { in setSleeping() argument
5626 mSetToSleep = sleeping; in setSleeping()
/frameworks/base/cmds/statsd/src/
Datoms.proto9315 // it's increased when the system is sleeping.
9320 // and it's not increased when the system is sleeping.