Home
last modified time | relevance | path

Searched refs:Tick (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp204 typedef chrono::time_point<chrono::high_resolution_clock> Tick; typedef
206 static inline Tick tickNow() { in tickNow()
210 static inline uint64_t tickNano(Tick& sta, Tick& end) { in tickNano()
286 Tick sta, end; in thread_start()
349 Tick sta, end; in worker_fx()
/frameworks/opt/gamesdk/src/tuningfork/
Dprong.h47 void Tick(TimePoint t_ns) { in Tick() function
Dtuningfork.cpp384 p->Tick(t); in TickNanos()