Home
last modified time | relevance | path

Searched refs:TimeLord (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DTimeLord.cpp24 TimeLord::TimeLord() in TimeLord() function in android::uirenderer::renderthread::TimeLord
31 bool TimeLord::vsyncReceived(nsecs_t vsync, nsecs_t intendedVsync, int64_t vsyncId, in vsyncReceived()
53 nsecs_t TimeLord::computeFrameTimeNanos() { in computeFrameTimeNanos()
H A DTimeLord.h29 class TimeLord {
45 TimeLord();
46 ~TimeLord() {} in ~TimeLord()
H A DRenderThread.h148 TimeLord& timeLord() { return mTimeLord; } in timeLord()
238 TimeLord mTimeLord;
/aosp14/frameworks/base/libs/hwui/
H A DIContextFactory.h23 class TimeLord; variable
30 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) = 0;
H A DAnimationContext.h80 explicit AnimationContext(renderthread::TimeLord& clock);
111 renderthread::TimeLord& mClock;
H A DRootRenderNode.cpp249 AnimationContextBridge(renderthread::TimeLord& clock, RootRenderNode* rootNode) in AnimationContextBridge()
285 AnimationContext* ContextFactoryImpl::createAnimationContext(renderthread::TimeLord& clock) { in createAnimationContext()
H A DRootRenderNode.h82 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) override;
H A DAnimationContext.cpp25 AnimationContext::AnimationContext(renderthread::TimeLord& clock) in AnimationContext()
H A DAndroid.bp526 "renderthread/TimeLord.cpp",
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCanvasContextTests.cpp30 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) override { in createAnimationContext()
H A DRenderNodeTests.cpp36 android::uirenderer::renderthread::TimeLord& clock) override { in createAnimationContext()
H A DSkiaDisplayListTests.cpp136 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) override { in createAnimationContext()
H A DRenderNodeDrawableTests.cpp230 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) override { in createAnimationContext()
/aosp14/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp52 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) override { in createAnimationContext()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp699 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) { in createAnimationContext()