/frameworks/base/libs/hwui/ |
D | FrameInfo.h | 127 void markSyncStart() { set(FrameInfoIndex::SyncStart) = systemTime(SYSTEM_TIME_MONOTONIC); } in markSyncStart() 130 set(FrameInfoIndex::IssueDrawCommandsStart) = systemTime(SYSTEM_TIME_MONOTONIC); in markIssueDrawCommandsStart() 133 void markSwapBuffers() { set(FrameInfoIndex::SwapBuffers) = systemTime(SYSTEM_TIME_MONOTONIC); } in markSwapBuffers() 136 set(FrameInfoIndex::SwapBuffersCompleted) = systemTime(SYSTEM_TIME_MONOTONIC); in markSwapBuffersCompleted() 139 …d markFrameCompleted() { set(FrameInfoIndex::FrameCompleted) = systemTime(SYSTEM_TIME_MONOTONIC); } in markFrameCompleted()
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 141 nsecs_t vsync = systemTime(SYSTEM_TIME_MONOTONIC); in doRun() 155 nsecs_t start = systemTime(SYSTEM_TIME_MONOTONIC); in doRun() 158 nsecs_t vsync = systemTime(SYSTEM_TIME_MONOTONIC); in doRun() 171 nsecs_t done = systemTime(SYSTEM_TIME_MONOTONIC); in doRun() 179 nsecs_t end = systemTime(SYSTEM_TIME_MONOTONIC); in doRun()
|
/frameworks/av/media/tests/benchmark/src/native/common/utils/ |
D | Timers.h | 92 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator 100 nsecs_t systemTime(int clock = SYSTEM_TIME_MONOTONIC);
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ALooper.cpp | 55 waitUntilNs = systemTime(SYSTEM_TIME_MONOTONIC) + timeoutMillis * 1000000LL; in pollOnce() 61 || (nowNs = systemTime(SYSTEM_TIME_MONOTONIC)) < waitUntilNs) in pollOnce()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | AutoConditionLock.cpp | 50 nsecs_t failTime = systemTime(SYSTEM_TIME_MONOTONIC) + waitTime; in waitAndAcquire() 59 waitTime = failTime - systemTime(SYSTEM_TIME_MONOTONIC); in waitAndAcquire()
|
/frameworks/base/libs/hwui/renderthread/ |
D | DrawFrameTask.cpp | 129 mSyncQueued = systemTime(SYSTEM_TIME_MONOTONIC); in drawFrame() 145 nsecs_t syncDelayDuration = systemTime(SYSTEM_TIME_MONOTONIC) - mSyncQueued; in run() 222 int64_t frameDuration = systemTime(SYSTEM_TIME_MONOTONIC) - frameStartTime; in run()
|
D | TimeLord.cpp | 55 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in computeFrameTimeNanos()
|
D | RenderThread.cpp | 175 systemTime(SYSTEM_TIME_MONOTONIC), 16_ms); in requestNextVsync() 182 systemTime(SYSTEM_TIME_MONOTONIC), 16_ms); in drainPendingEvents()
|
/frameworks/native/libs/gui/ |
D | DisplayEventDispatcher.cpp | 92 mLastScheduleVsyncTime = systemTime(SYSTEM_TIME_MONOTONIC); in scheduleVsync() 136 const nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in handleEvent()
|
/frameworks/native/libs/nativewindow/tests/ |
D | ANativeWindowTest.cpp | 162 nsecs_t start = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F() 164 nsecs_t end = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
|
/frameworks/av/media/libstagefright/ |
D | VideoFrameScheduler.cpp | 38 mVsyncRefreshAt = systemTime(SYSTEM_TIME_MONOTONIC) + kVsyncRefreshPeriod; in updateVsync()
|
D | FrameRenderTracker.cpp | 99 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in onFrameRendered()
|
/frameworks/native/libs/input/ |
D | PropertyMap.cpp | 123 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); in load() 128 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime; in load()
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 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()
|
D | rsCppUtils.h | 64 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point enumerator
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 90 const nsecs_t publishTime = systemTime(SYSTEM_TIME_MONOTONIC); in PublishAndConsumeKeyEvent() 174 const nsecs_t publishTime = systemTime(SYSTEM_TIME_MONOTONIC); in PublishAndConsumeMotionEvent() 293 const nsecs_t publishTime = systemTime(SYSTEM_TIME_MONOTONIC); in PublishAndConsumeFocusEvent() 334 const nsecs_t publishTime = systemTime(SYSTEM_TIME_MONOTONIC); in PublishAndConsumeCaptureEvent() 376 const nsecs_t publishTime = systemTime(SYSTEM_TIME_MONOTONIC); in PublishAndConsumeDragEvent() 418 const nsecs_t publishTime = systemTime(SYSTEM_TIME_MONOTONIC); in PublishAndConsumeTouchModeEvent()
|
/frameworks/base/libs/hwui/hwui/ |
D | AnimatedImageDrawable.cpp | 71 const nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in isDirty() 289 const nsecs_t currentTime = systemTime(SYSTEM_TIME_MONOTONIC); in drawStaging()
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 240 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in postFrameCallbackDelayed() 341 const nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in scheduleCallbacks() 389 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in dispatchVsync() 467 gChoreographers.startTimes[frameTimeline.vsyncId] = systemTime(SYSTEM_TIME_MONOTONIC); in registerStartTime()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | CompositionEngineTest.cpp | 212 const nsecs_t before = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F() 214 const nsecs_t after = systemTime(SYSTEM_TIME_MONOTONIC); in TEST_F()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | CompositionEngine.cpp | 136 mRefreshStartTime = systemTime(SYSTEM_TIME_MONOTONIC); in preComposition()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | VibratorInputMapper.cpp | 117 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC); in nextStep()
|
/frameworks/base/libs/input/ |
D | PointerControllerContext.h | 148 nsecs_t animationTime{systemTime(SYSTEM_TIME_MONOTONIC)};
|
/frameworks/base/libs/hwui/thread/ |
D | WorkQueue.h | 34 static nsecs_t now() { return systemTime(SYSTEM_TIME_MONOTONIC); } in now()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Stream.cpp | 681 nsecs_t waitStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer() 686 nsecs_t waitEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffer() 1086 nsecs_t waitStart = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffers() 1091 nsecs_t waitEnd = systemTime(SYSTEM_TIME_MONOTONIC); in getBuffers()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VSyncReactor.cpp | 38 return systemTime(SYSTEM_TIME_MONOTONIC); in now()
|