Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Destimated_host_time_test.cc55 uint64_t currentHostTime = chreGetEstimatedHostTime(); in handleEvent() local
70 if (currentHostTime >= givenHostTime) { in handleEvent()
71 if ((currentHostTime - givenHostTime) <= timeDelta) { in handleEvent()
77 } else if ((givenHostTime - currentHostTime) <= timeDelta) { in handleEvent()
88 uint64_t currentHostTime = chreGetEstimatedHostTime(); in verifyIncreasingTime() local
90 if (currentHostTime > mPriorHostTime) { in verifyIncreasingTime()
95 mPriorHostTime = currentHostTime; in verifyIncreasingTime()