Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DEventFlag.h146 inline void addNanosecondsToCurrentTime(int64_t nanoseconds, struct timespec* timeAbs);
/system/libfmq/
DEventFlag.cpp168 addNanosecondsToCurrentTime(timeoutNanoSeconds, &waitTimeAbsolute); in waitHelper()
260 void EventFlag::addNanosecondsToCurrentTime(int64_t nanoSeconds, struct timespec* waitTime) { in addNanosecondsToCurrentTime() function in android::hardware::EventFlag