Searched refs:timeLord (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp144 , mAnimationContext(contextFactory->createAnimationContext(mRenderThread.timeLord()))
278 nsecs_t frameInterval = mRenderThread.timeLord().frameIntervalNanos();
352 nsecs_t latestVsync = mRenderThread.timeLord().latestVsync();
363 } else if (vsyncDelta >= mRenderThread.timeLord().frameIntervalNanos() * 3
372 mLastDropVsync = mRenderThread.timeLord().latestVsync();
436 swap.vsyncTime = mRenderThread.timeLord().latestVsync();
509 nsecs_t vsync = mRenderThread.timeLord().computeFrameTimeNanos();
H A DDrawFrameTask.cpp118 mRenderThread->timeLord().vsyncReceived(vsync);
H A DRenderThread.h94 TimeLord& timeLord() { return mTimeLord; } function in class:android::uirenderer::renderthread::RenderThread
H A DRenderProxy.cpp652 nsecs_t lastVsync = renderThread->timeLord().latestVsync();
653 nsecs_t estimatedNextVsync = lastVsync + renderThread->timeLord().frameIntervalNanos();

Completed in 75 milliseconds