Home
last modified time | relevance | path

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

/system/chre/apps/ash_world/
Dash_world.cc120 uint64_t tic = 0, toc = 0; in handleTimerEvent() local
139 tic = chreGetTime(); in handleTimerEvent()
143 sensor, success ? "success" : "failure", (toc - tic) / 1000); in handleTimerEvent()
146 tic = chreGetTime(); in handleTimerEvent()
150 sensor, success ? "success" : "fail", (toc - tic) / 1000); in handleTimerEvent()
165 tic = chreGetTime(); in handleTimerEvent()
169 sensor, success ? "success" : "failure", (toc - tic) / 1000); in handleTimerEvent()