Home
last modified time | relevance | path

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

/hardware/google/pixel/powerstats/
DPowerStats.cpp197 uint64_t thenMs = then.tv_sec * 1000 + (then.tv_nsec / 1000000); in getTimeElapsedMs() local
199 return (nowMs - thenMs); in getTimeElapsedMs()