Searched refs:nowNs (Results 1 – 7 of 7) sorted by relevance
59 int64_t nowNs; in pollOnce() local61 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()67 mCondition.waitRelative(mLock, waitUntilNs - nowNs); in pollOnce()
90 const int64_t nowNs = systemTime(); in toString() local94 diffNs = nowNs - mBeginTimeNs; in toString()
104 nsecs_t nowNs = systemTime(); in threadLoop() local110 nowNs - queue.lastQueuedTimestampNs < kIntervalNs)) { in threadLoop()138 queue.lastQueuedTimestampNs = nowNs; in threadLoop()
381 const nsecs_t nowNs = systemTime(); in run() local384 const int64_t diffNs = stream->getStopTimeNs() - nowNs; in run()
3302 const int64_t nowNs = systemTime(); in getTimestamp_l() local3305 __func__, mPortId, (long long)nowNs); in getTimestamp_l()3308 timestamp.mTime = convertNsToTimespec(nowNs); in getTimestamp_l()
1395 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferSent() local1396 BufferFlightTiming_t startdata = { presentationUs, nowNs }; in statsBufferSent()1499 const int64_t nowNs = systemTime(SYSTEM_TIME_MONOTONIC); in statsBufferReceived() local1500 int64_t latencyUs = (nowNs - startdata.startedNs + 500) / 1000; in statsBufferReceived()
4287 const nsecs_t nowNs = systemTime(); in threadLoop() local4291 nsecs_t deltaNs = timeLoopNextNs - nowNs; in threadLoop()4296 timeLoopNextNs = nowNs + deltaNs; in threadLoop()5944 const nsecs_t nowNs = systemTime(); in check() local5945 if (nowNs - mPreviousNs < mMinimumTimeBetweenChecksNs) { in check()5948 mPreviousNs = nowNs; in check()