HomeSort by relevance Sort by last modified time
    Searched refs:shouldTimeOut (Results 1 - 2 of 2) sorted by null

  /system/libfmq/
EventFlag.cpp 206 bool shouldTimeOut = timeoutNanoSeconds != 0;
207 int64_t prevTimeNs = shouldTimeOut ? android::elapsedRealtimeNano() : 0;
210 if (shouldTimeOut) {
  /system/libfmq/include/fmq/
MessageQueue.h 780 bool shouldTimeOut = timeOutNanos != 0;
781 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0;
784 /* It is not required to adjust 'timeOutNanos' if 'shouldTimeOut' is false */
785 if (shouldTimeOut) {
902 bool shouldTimeOut = timeOutNanos != 0;
903 int64_t prevTimeNanos = shouldTimeOut ? android::elapsedRealtimeNano() : 0;
    [all...]

Completed in 171 milliseconds