Searched refs:currentHostTime (Results 1 – 1 of 1) sorted by relevance
54 uint64_t currentHostTime = chreGetEstimatedHostTime(); in handleEvent() local67 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() local87 if (currentHostTime > mPriorHostTime) { in verifyIncreasingTime()92 mPriorHostTime = currentHostTime; in verifyIncreasingTime()