Home
last modified time | relevance | path

Searched refs:choreographer (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/native/android/
Dchoreographer.cpp185 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) { in AChoreographer_to_Choreographer() argument
186 return reinterpret_cast<Choreographer*>(choreographer); in AChoreographer_to_Choreographer()
189 static inline AChoreographer* Choreographer_to_AChoreographer(Choreographer* choreographer) { in Choreographer_to_AChoreographer() argument
190 return reinterpret_cast<AChoreographer*>(choreographer); in Choreographer_to_AChoreographer()
197 void AChoreographer_postFrameCallback(AChoreographer* choreographer, in AChoreographer_postFrameCallback() argument
199 AChoreographer_to_Choreographer(choreographer)->postFrameCallback(callback, data); in AChoreographer_postFrameCallback()
201 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed() argument
203 AChoreographer_to_Choreographer(choreographer)->postFrameCallbackDelayed( in AChoreographer_postFrameCallbackDelayed()
DAndroid.bp39 "choreographer.cpp",
/frameworks/native/include/android/
Dchoreographer.h58 void AChoreographer_postFrameCallback(AChoreographer* choreographer,
65 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer,
/frameworks/base/core/java/android/view/
DBatchedInputEventReceiver.java30 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver() argument
32 mChoreographer = choreographer; in BatchedInputEventReceiver()
DThreadedRenderer.java780 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer; in draw() local
781 choreographer.mFrameInfo.markDrawStart(); in draw()
801 final long[] frameInfo = choreographer.mFrameInfo.mFrameInfo; in draw()
/frameworks/base/core/java/com/android/internal/view/
DSurfaceFlingerVsyncChoreographer.java43 Choreographer choreographer) { in SurfaceFlingerVsyncChoreographer() argument
45 mChoreographer = choreographer; in SurfaceFlingerVsyncChoreographer()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java131 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver() argument
132 super(inputChannel, looper, choreographer); in WindowPositionerEventReceiver()