Searched refs:currTime (Results 1 – 5 of 5) sorted by relevance
377 auto currTime = android::base::getUnixTimeUs(); in onGuestRecv() local378 auto result = mChannel->readBefore(&mDataForReading, currTime + kBlockAtMostUs); in onGuestRecv()413 auto currTime = android::base::getUnixTimeUs(); in onGuestRecv() local414 auto result = mChannel->readBefore(&mDataForReading, currTime + kBlockAtMostUs); in onGuestRecv()
128 uint64_t currTime = currTimeUs(); in conditionalTimeoutLocked() local137 nextTime - currTime; in conditionalTimeoutLocked()138 currTime = nextTime; in conditionalTimeoutLocked()
1112 long long currTime = GetTimeStamp(); in FBD_CB() local1125 long long currTime = GetTimeStamp(); in FBD_CB() local1126 D("FBD_DELTA = %lld\n", currTime - prevTime); in FBD_CB()1128 prevTime = currTime; in FBD_CB()
1125 long long currTime = GetTimeStamp(); in FBD_CB() local1137 long long currTime = GetTimeStamp(); in FBD_CB() local1138 D("FBD_DELTA = %lld\n", currTime - prevTime); in FBD_CB()1141 prevTime = currTime; in FBD_CB()
1805 long long currTime = android::base::getHighResTimeUs() / 1000; in postImpl() local1807 if (currTime - m_statsStartTime >= 1000) { in postImpl()1809 float dt = (float)(currTime - m_statsStartTime) / 1000.0f; in postImpl()1813 m_statsStartTime = currTime; in postImpl()