Searched refs: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.cpp3338 const nsecs_t nowNs = systemTime(); local
3342 nsecs_t deltaNs = timeLoopNextNs - nowNs;
3347 timeLoopNextNs = nowNs + deltaNs;

Completed in 355 milliseconds