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

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp328 // field 15 is stime
330 unsigned long long utime = 0, stime = 0, iotime = 0; local
336 &utime, &stime, &iotime) != 3) {
340 unsigned long long total = utime + stime;
355 snprcent(buffer, sizeof(buffer), 65, stime);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java4934 private void printStepCpuUidDetails(PrintWriter pw, int uid, int utime, int stime) { argument
4939 pw.print(stime);
4943 private void printStepCpuUidCheckinDetails(PrintWriter pw, int uid, int utime, int stime) { argument
4949 pw.print(stime);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6809 public void addCpuTimeLocked(int utime, int stime) { argument
6811 mSystemTime += stime;

Completed in 114 milliseconds