Home
last modified time | relevance | path

Searched refs:sta (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp210 static inline uint64_t tickNano(Tick& sta, Tick& end) { in tickNano() argument
211 return uint64_t(chrono::duration_cast<chrono::nanoseconds>(end - sta).count()); in tickNano()
286 Tick sta, end; in thread_start() local
291 sta = tickNow(); in thread_start()
295 results_fifo->add_time(tickNano(sta, end)); in thread_start()
350 Tick sta, end; in worker_fx() local
360 sta = tickNow(); in worker_fx()
363 results_other.add_time(tickNano(sta, end)); in worker_fx()
/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java295 compare(Stats sta, Stats stb) {
296 int ta = sta.rel_utime + sta.rel_stime;
301 if (sta.added != stb.added) {
302 return sta.added ? -1 : 1;
304 if (sta.removed != stb.removed) {
305 return sta.added ? -1 : 1;