Home
last modified time | relevance | path

Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DALooper.cpp53 waitUntilNs = systemTime(SYSTEM_TIME_MONOTONIC) + timeoutMillis * 1000000LL; in pollOnce()
59 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()
/frameworks/av/services/camera/libcameraservice/utils/
DAutoConditionLock.cpp50 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + waitTime; in waitAndAcquire()
59 waitTime = failTime - systemTime(SYSTEM_TIME_MONOTONIC); in waitAndAcquire()
DClientManager.h665 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + timeout; in waitUntilRemoved()
680 timeout = failTime - systemTime(SYSTEM_TIME_MONOTONIC); in waitUntilRemoved()
/frameworks/base/native/android/
Dchoreographer.cpp113 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in postFrameCallbackDelayed()
134 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in scheduleCallbacks()
149 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dispatchVsync()
/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.cpp91 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in updateModel()
127 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop()
179 now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop()
224 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in addEventListener()
774 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in computeNextRefresh()
817 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dump()
DEventThread.cpp390 systemTime(SYSTEM_TIME_MONOTONIC), in threadMain()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp38 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod; in updateVsync()
DFrameRenderTracker.cpp99 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in onFrameRendered()
DVideoFrameScheduler2.cpp287 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod; in updateVsync()
DVideoFrameSchedulerBase.cpp371 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in schedule()
/frameworks/rs/
DrsScriptC_Lib.cpp97 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()
DrsCppUtils.h64 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator
DrsScriptC.cpp116 = nanoseconds_to_milliseconds(systemTime(SYSTEM_TIME_MONOTONIC)); in setupScript()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp510 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectKeyDown()
538 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectMotionDown()
555 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in generateKeyArgs()
576 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in generateMotionArgs()
/frameworks/native/libs/input/
DKeyLayoutMap.cpp66 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load()
71 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
DKeyCharacterMap.cpp148 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()
/frameworks/av/media/libstagefright/foundation/
DALooper.cpp69 return systemTime(SYSTEM_TIME_MONOTONIC) / 1000LL; in GetNowUs()
/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp56 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in _logUsageLocked()
/frameworks/base/services/core/jni/
Dcom_android_server_power_PowerManagerService.cpp161 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in android_server_PowerManagerService_userActivity()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp577 nsecs_t dequeueStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()
579 nsecs_t dequeueEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()
DCamera3Stream.cpp618 nsecs_t waitStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()
623 nsecs_t waitEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()
/frameworks/base/libs/input/
DPointerController.cpp617 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC); in startAnimationLocked()
664 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
/frameworks/av/cmds/stagefright/
Dcodec.cpp275 systemTime(SYSTEM_TIME_MONOTONIC) + 33000000 in decode()
/frameworks/av/services/audioflinger/
DFastMixer.cpp551 systemTime(SYSTEM_TIME_MONOTONIC); in onWork()
/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp236 auto now = std::chrono::nanoseconds(systemTime(SYSTEM_TIME_MONOTONIC)); in doSample()

12