Searched refs:sleeping (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/proto/android/os/ |
D | cpuinfo.proto | 38 optional int32 sleeping = 3; // number of sleeping tasks field 86 STATUS_S = 3; // sleeping
|
D | ps.proto | 50 // Name of the kernel function in which the process is sleeping, a "-"
|
D | batterystats.proto | 739 // 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/ |
D | cpuinfo.txt | 1 Threads: 2038 total, 1 running,2033 sleeping, 0 stopped, 0 zombie
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessProfileRecord.java | 547 long computeNextPssTime(int procState, boolean test, boolean sleeping, long now) { in computeNextPssTime() argument 548 return ProcessList.computeNextPssTime(procState, mProcStateMemTracker, test, sleeping, now); in computeNextPssTime()
|
D | ProcessList.java | 1373 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/ |
D | enums.proto | 84 // Same as PROCESS_STATE_TOP but while device is sleeping.
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 640 optional bool sleeping = 3; field
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 10751 // it's increased when the system is sleeping. 10756 // and it's not increased when the system is sleeping.
|