Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 25 of 36) sorted by relevance
12
54 systemTime(SYSTEM_TIME_MONOTONIC) + timeoutMillis * 1000000ll; in pollOnce()60 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()
113 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in postFrameCallbackDelayed()134 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in scheduleCallbacks()152 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dispatchVsync()
50 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + waitTime; in waitAndAcquire()59 waitTime = failTime - systemTime(SYSTEM_TIME_MONOTONIC); in waitAndAcquire()
629 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + timeout; in waitUntilRemoved()644 timeout = failTime - systemTime(SYSTEM_TIME_MONOTONIC); in waitUntilRemoved()
63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load()68 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load()71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
148 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load()153 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()300 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in getEvents()
97 return nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC)); in rsrUptimeMillis()101 return systemTime(SYSTEM_TIME_MONOTONIC); in rsrUptimeNanos()106 sc->mEnviroment.mLastDtTime = systemTime(SYSTEM_TIME_MONOTONIC); in rsrGetDt()
64 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator
116 = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC)); in setupScript()
95 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop()150 now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop()646 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in computeNextRefresh()681 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dump()
330 mVSyncEvent[0].header.timestamp = systemTime(SYSTEM_TIME_MONOTONIC); in waitForEvent()
382 nsecs_t timeoutNanos = nextWakeup - systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop()474 if (next->mRunAt <= 0 || next->mRunAt <= systemTime(SYSTEM_TIME_MONOTONIC)) { in nextTask()
344 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod; in updateVsync()405 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in schedule()
99 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in onFrameRendered()
69 return systemTime(SYSTEM_TIME_MONOTONIC) / 1000ll; in GetNowUs()
65 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in _logUsageLocked()
112 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in android_server_PowerManagerService_userActivity()
500 nsecs_t waitStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()502 nsecs_t waitEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()
540 nsecs_t dequeueStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()542 nsecs_t dequeueEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()
602 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC); in startAnimationLocked()644 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
275 systemTime(SYSTEM_TIME_MONOTONIC) + 33000000 in decode()
280 *startTimeRender = systemTime(SYSTEM_TIME_MONOTONIC) in tryDrainOutputBuffer()
502 systemTime(SYSTEM_TIME_MONOTONIC); in onWork()
394 ptsUsec = systemTime(SYSTEM_TIME_MONOTONIC) / 1000; in runEncoder()