HomeSort by relevance Sort by last modified time
    Searched refs:TimeLord (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/
IContextFactory.h 23 class TimeLord;
30 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) = 0;
AnimationContext.h 24 #include "renderthread/TimeLord.h"
78 ANDROID_API AnimationContext(renderthread::TimeLord& clock);
107 renderthread::TimeLord& mClock;
AnimationContext.cpp 20 #include "renderthread/TimeLord.h"
25 AnimationContext::AnimationContext(renderthread::TimeLord& clock)
Android.mk 71 renderthread/TimeLord.cpp
  /frameworks/base/libs/hwui/renderthread/
TimeLord.cpp 16 #include "TimeLord.h"
22 TimeLord::TimeLord()
27 void TimeLord::vsyncReceived(nsecs_t vsync) {
33 nsecs_t TimeLord::computeFrameTimeMs() {
TimeLord.h 29 class TimeLord {
38 TimeLord();
39 ~TimeLord() {}
RenderThread.h 31 #include "TimeLord.h"
88 TimeLord& timeLord() { return mTimeLord; }
132 TimeLord mTimeLord;
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 153 AnimationContextBridge(renderthread::TimeLord& clock, RootRenderNode* rootNode)
201 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) {

Completed in 190 milliseconds