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/services/core/java/com/android/server/am/
DProcessProfileRecord.java547 long computeNextPssTime(int procState, boolean test, boolean sleeping, long now) { in computeNextPssTime() argument
548 return ProcessList.computeNextPssTime(procState, mProcStateMemTracker, test, sleeping, now); in computeNextPssTime()
DProcessList.java1373 boolean sleeping, long now) { in computeNextPssTime() argument
1398 ? (sleeping ? sFirstAsleepPssTimes : sFirstAwakePssTimes) in computeNextPssTime()
1399 : (sleeping ? sSameAsleepPssTimes : sSameAwakePssTimes)); in computeNextPssTime()
/frameworks/proto_logging/stats/enums/app/
Denums.proto84 // Same as PROCESS_STATE_TOP but while device is sleeping.
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto640 optional bool sleeping = 3; field
/frameworks/proto_logging/stats/
Datoms.proto10751 // it's increased when the system is sleeping.
10756 // and it's not increased when the system is sleeping.