Searched refs:sleeping (Results 1 – 9 of 9) sorted by relevance
38 optional int32 sleeping = 3; // number of sleeping tasks field86 STATUS_S = 3; // sleeping
50 // Name of the kernel function in which the process is sleeping, a "-"
739 // top > foreground service > foreground > background > top sleeping > heavy weight > cache752 // Time this uid has any process that is top while the device is sleeping,
1 Threads: 2038 total, 1 running,2033 sleeping, 0 stopped, 0 zombie
84 // Same as PROCESS_STATE_TOP but while device is sleeping.
1345 boolean sleeping, long now) { in computeNextPssTime() argument1370 ? (sleeping ? sFirstAsleepPssTimes : sFirstAwakePssTimes) in computeNextPssTime()1371 : (sleeping ? sSameAsleepPssTimes : sSameAwakePssTimes)); in computeNextPssTime()
637 optional bool sleeping = 3; field
5625 void setSleeping(boolean sleeping) { in setSleeping() argument5626 mSetToSleep = sleeping; in setSleeping()
9315 // it's increased when the system is sleeping.9320 // and it's not increased when the system is sleeping.