Searched defs:nowNs (Results 1 - 2 of 2) sorted by relevance

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DALooper.cpp58 int64_t nowNs; local
60 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs)
66 mCondition.waitRelative(mLock, waitUntilNs - nowNs);
/frameworks/av/services/audioflinger/
H A DThreads.cpp3542 const nsecs_t nowNs = systemTime(); local
3546 nsecs_t deltaNs = timeLoopNextNs - nowNs;
3551 timeLoopNextNs = nowNs + deltaNs;

Completed in 90 milliseconds