Home
last modified time | relevance | path

Searched refs:SYSTEM_TIME_MONOTONIC (Results 1 – 25 of 40) 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/media/tests/benchmark/src/native/common/utils/
DTimers.h92 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator
100 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
/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.cpp87 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in updateModel()
135 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop()
187 now = systemTime(SYSTEM_TIME_MONOTONIC); in threadLoop()
232 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in addEventListener()
788 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in computeNextRefresh()
831 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dump()
DEventThread.cpp398 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()
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/reader/mapper/
DVibratorInputMapper.cpp110 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in nextStep()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp512 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectKeyDown()
540 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in injectMotionDown()
557 nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in generateKeyArgs()
578 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/native/services/inputflinger/reader/
DInputReader.cpp96 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in loopOnce()
112 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in loopOnce()
357 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in refreshConfigurationLocked()
/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/
DCamera3Stream.cpp615 nsecs_t waitStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()
620 nsecs_t waitEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer()
DCamera3OutputStream.cpp572 nsecs_t dequeueStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()
574 nsecs_t dequeueEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBufferLockedCommon()
/frameworks/base/libs/input/
DPointerController.cpp633 mLocked.animationTime = systemTime(SYSTEM_TIME_MONOTONIC); in startAnimationLocked()
681 mLocked.lastFrameUpdatedTime = systemTime(SYSTEM_TIME_MONOTONIC); in updatePointerLocked()
/frameworks/av/cmds/stagefright/
Dcodec.cpp275 systemTime(SYSTEM_TIME_MONOTONIC) + 33000000 in decode()

12