Searched defs:nowMs (Results 1 – 2 of 2) sorted by relevance
51 inline Looper::Duration TestLooper::nowMs(ClockType clockType) { in nowMs() function
198 uint64_t nowMs = now.tv_sec * 1000 + (now.tv_nsec / 1000000); in getTimeElapsedMs() local