Searched defs:prevTimeNanos (Results 1 - 1 of 1) sorted by path

/system/libfmq/include/fmq/
H A DMessageQueue.h773 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; local
779 * The current time and 'prevTimeNanos' are both CLOCK_BOOTTIME clock values(converted
787 timeOutNanos -= currentTimeNs - prevTimeNanos;
788 prevTimeNanos = currentTimeNs;
888 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; local
894 * The current time and 'prevTimeNanos' are both CLOCK_BOOTTIME clock values(converted
902 timeOutNanos -= currentTimeNs - prevTimeNanos;
903 prevTimeNanos = currentTimeNs;

Completed in 44 milliseconds