Searched defs:stime (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp509 // field 15 is stime
511 unsigned long long utime = 0, stime = 0, iotime = 0; local
517 &utime, &stime, &iotime) != 3) {
521 unsigned long long total = utime + stime;
536 snprcent(buffer, sizeof(buffer), 65, stime);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java5869 private void printStepCpuUidDetails(PrintWriter pw, int uid, int utime, int stime) { argument
5874 pw.print(stime);
5878 private void printStepCpuUidCheckinDetails(PrintWriter pw, int uid, int utime, int stime) { argument
5884 pw.print(stime);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java8036 public void addCpuTimeLocked(int utime, int stime) { argument
8038 mSystemTime += stime;

Completed in 85 milliseconds