Searched refs:nowNs (Results 1 – 3 of 3) sorted by relevance
58 int64_t nowNs; in pollOnce() local60 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()66 mCondition.waitRelative(mLock, waitUntilNs - nowNs); in pollOnce()
745 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferSent() local746 BufferFlightTiming_t startdata = { presentationUs, nowNs }; in statsBufferSent()814 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferReceived() local815 int64_t latencyUs = (nowNs - startdata.startedNs + 500) / 1000; in statsBufferReceived()
3542 const nsecs_t nowNs = systemTime(); in threadLoop() local3546 nsecs_t deltaNs = timeLoopNextNs - nowNs; in threadLoop()3551 timeLoopNextNs = nowNs + deltaNs; in threadLoop()