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

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

Completed in 188 milliseconds