Searched refs:AChoreographer (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/include/android/ |
D | choreographer.h | 34 struct AChoreographer; 35 typedef struct AChoreographer AChoreographer; typedef 63 AChoreographer* AChoreographer_getInstance() __INTRODUCED_IN(24); 68 void AChoreographer_postFrameCallback(AChoreographer* choreographer, 74 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, 86 void AChoreographer_postFrameCallback64(AChoreographer* chroreographer, 94 void AChoreographer_postFrameCallbackDelayed64(AChoreographer* choreographer,
|
/frameworks/base/native/android/ |
D | choreographer.cpp | 194 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) { in AChoreographer_to_Choreographer() 198 static inline AChoreographer* Choreographer_to_AChoreographer(Choreographer* choreographer) { in Choreographer_to_AChoreographer() 199 return reinterpret_cast<AChoreographer*>(choreographer); in Choreographer_to_AChoreographer() 202 AChoreographer* AChoreographer_getInstance() { in AChoreographer_getInstance() 206 void AChoreographer_postFrameCallback(AChoreographer* choreographer, in AChoreographer_postFrameCallback() 211 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed() 216 void AChoreographer_postFrameCallback64(AChoreographer* choreographer, in AChoreographer_postFrameCallback64() 221 void AChoreographer_postFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed64()
|
/frameworks/opt/gamesdk/src/common/ |
D | ChoreographerShim.h | 24 struct AChoreographer; 25 typedef struct AChoreographer AChoreographer; typedef
|
/frameworks/opt/gamesdk/src/swappy/ |
D | ChoreographerThread.cpp | 44 using PFN_AChoreographer_getInstance = AChoreographer* (*)(); 46 using PFN_AChoreographer_postFrameCallback = void (*)(AChoreographer* choreographer, 50 using PFN_AChoreographer_postFrameCallbackDelayed = void (*)(AChoreographer* choreographer, 72 AChoreographer *mChoreographer GUARDED_BY(mWaitingMutex) = nullptr;
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | SwappyVk.cpp | 79 using PFN_AChoreographer_getInstance = AChoreographer* (*)(); 81 using PFN_AChoreographer_postFrameCallback = void (*)(AChoreographer* choreographer, 85 using PFN_AChoreographer_postFrameCallbackDelayed = void (*)(AChoreographer* choreographer, 184 AChoreographer *mChoreographer = nullptr;
|