Searched refs:nowNs (Results 1 – 5 of 5) sorted by relevance
57 int64_t nowNs; in pollOnce() local59 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()65 mCondition.waitRelative(mLock, waitUntilNs - nowNs); in pollOnce()
77 nsecs_t nowNs = systemTime(); in threadLoop() local83 nowNs - queue.lastQueuedTimestampNs < kIntervalNs)) { in threadLoop()108 queue.lastQueuedTimestampNs = nowNs; in threadLoop()
2639 const int64_t nowNs = systemTime(); in getTimestamp_l() local2642 __func__, mPortId, (long long)nowNs); in getTimestamp_l()2645 timestamp.mTime = convertNsToTimespec(nowNs); in getTimestamp_l()
761 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferSent() local762 BufferFlightTiming_t startdata = { presentationUs, nowNs }; in statsBufferSent()836 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferReceived() local837 int64_t latencyUs = (nowNs - startdata.startedNs + 500) / 1000; in statsBufferReceived()
3902 const nsecs_t nowNs = systemTime(); in threadLoop() local3906 nsecs_t deltaNs = timeLoopNextNs - nowNs; in threadLoop()3911 timeLoopNextNs = nowNs + deltaNs; in threadLoop()