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

/packages/services/Car/vehicle_monitor_service/
H A DProcessMonitor.h43 uint64_t stime; member in struct:android::ProcInfo
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DWifiConnScanReceiver.java90 protected String doInBackground(Integer... stime) { argument
/packages/services/Car/tools/bootio/
H A Dbootio_collector.cpp43 long unsigned utime, ntime, stime, itime; local
48 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &utime, &ntime, &stime,
53 cpu.set_stime(stime);
129 uint64_t stime; local
139 &stime,
142 sample->set_stime(stime);
206 return cpu.utime() + cpu.ntime() + cpu.stime() + cpu.itime() + cpu.iowtime() +
272 newerSample->stime() - olderSample->stime()) * 100. / cpuDelta;

Completed in 235 milliseconds