Home
last modified time | relevance | path

Searched refs:prevTimeNanos (Results 1 – 1 of 1) sorted by relevance

/system/libfmq/include/fmq/
DMessageQueueBase.h945 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in writeBlocking() local
959 timeOutNanos -= currentTimeNs - prevTimeNanos; in writeBlocking()
960 prevTimeNanos = currentTimeNs; in writeBlocking()
1062 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in readBlocking() local
1076 timeOutNanos -= currentTimeNs - prevTimeNanos; in readBlocking()
1077 prevTimeNanos = currentTimeNs; in readBlocking()