Searched refs:timeoutDelay (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/
H A DTimers.cpp61 uint64_t timeoutDelay = uint64_t(timeoutTime - referenceTime); local
62 if (timeoutDelay > uint64_t((INT_MAX - 1) * 1000000LL)) {
65 timeoutDelayMillis = (timeoutDelay + 999999LL) / 1000000LL;

Completed in 66 milliseconds