Searched refs:currentHostTime (Results 1 – 1 of 1) sorted by relevance
55 uint64_t currentHostTime = chreGetEstimatedHostTime(); in handleEvent() local70 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() local90 if (currentHostTime > mPriorHostTime) { in verifyIncreasingTime()95 mPriorHostTime = currentHostTime; in verifyIncreasingTime()