Home
last modified time | relevance | path

Searched refs:AChoreographer (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/android/
Dchoreographer.h35 struct AChoreographer;
36 typedef struct AChoreographer AChoreographer; typedef
52 AChoreographer* AChoreographer_getInstance();
58 void AChoreographer_postFrameCallback(AChoreographer* choreographer,
65 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer,
/frameworks/base/native/android/
Dchoreographer.cpp185 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) { in AChoreographer_to_Choreographer()
189 static inline AChoreographer* Choreographer_to_AChoreographer(Choreographer* choreographer) { in Choreographer_to_AChoreographer()
190 return reinterpret_cast<AChoreographer*>(choreographer); in Choreographer_to_AChoreographer()
193 AChoreographer* AChoreographer_getInstance() { in AChoreographer_getInstance()
197 void AChoreographer_postFrameCallback(AChoreographer* choreographer, in AChoreographer_postFrameCallback()
201 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed()