Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h860 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in writeBlocking() local
874 timeOutNanos -= currentTimeNs - prevTimeNanos; in writeBlocking()
875 prevTimeNanos = currentTimeNs; in writeBlocking()
977 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0; in readBlocking() local
991 timeOutNanos -= currentTimeNs - prevTimeNanos; in readBlocking()
992 prevTimeNanos = currentTimeNs; in readBlocking()