Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Destimated_host_time_test.cc54 uint64_t currentHostTime = chreGetEstimatedHostTime(); in handleEvent() local
67 if (currentHostTime >= givenHostTime) { in handleEvent()
68 if ((currentHostTime - givenHostTime) <= timeDelta) { in handleEvent()
74 } else if ((givenHostTime - currentHostTime) <= timeDelta) { in handleEvent()
85 uint64_t currentHostTime = chreGetEstimatedHostTime(); in verifyIncreasingTime() local
87 if (currentHostTime > mPriorHostTime) { in verifyIncreasingTime()
92 mPriorHostTime = currentHostTime; in verifyIncreasingTime()