Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include-private/private/android/
Dchoreographer.h36 int64_t AChoreographer_getVsyncId(const AChoreographer* choreographer);
43 int64_t AChoreographer_getFrameDeadline(const AChoreographer* choreographer);
48 int64_t AChoreographer_getFrameInterval(const AChoreographer* choreographer);
55 AChoreographer* AChoreographer_routeGetInstance();
56 void AChoreographer_routePostFrameCallback(AChoreographer* choreographer,
58 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer,
61 void AChoreographer_routePostFrameCallback64(AChoreographer* choreographer,
63 void AChoreographer_routePostFrameCallbackDelayed64(AChoreographer* choreographer,
66 void AChoreographer_routeRegisterRefreshRateCallback(AChoreographer* choreographer,
69 void AChoreographer_routeUnregisterRefreshRateCallback(AChoreographer* choreographer,
/frameworks/native/include/android/
Dchoreographer.h34 struct AChoreographer;
40 typedef struct AChoreographer AChoreographer; typedef
75 AChoreographer* AChoreographer_getInstance() __INTRODUCED_IN(24);
80 void AChoreographer_postFrameCallback(AChoreographer* choreographer,
87 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer,
98 void AChoreographer_postFrameCallback64(AChoreographer* choreographer,
109 void AChoreographer_postFrameCallbackDelayed64(AChoreographer* choreographer,
141 void AChoreographer_registerRefreshRateCallback(AChoreographer* choreographer,
159 void AChoreographer_unregisterRefreshRateCallback(AChoreographer* choreographer,
/frameworks/base/native/android/
Dchoreographer.cpp21 AChoreographer* AChoreographer_getInstance() { in AChoreographer_getInstance()
24 void AChoreographer_postFrameCallback(AChoreographer* choreographer, in AChoreographer_postFrameCallback()
28 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed()
33 void AChoreographer_postFrameCallback64(AChoreographer* choreographer, in AChoreographer_postFrameCallback64()
37 void AChoreographer_postFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed64()
43 void AChoreographer_registerRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_registerRefreshRateCallback()
48 void AChoreographer_unregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_unregisterRefreshRateCallback()
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp428 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) { in AChoreographer_to_Choreographer()
433 const AChoreographer* choreographer) { in AChoreographer_to_Choreographer()
462 AChoreographer* AChoreographer_routeGetInstance() { in AChoreographer_routeGetInstance()
465 void AChoreographer_routePostFrameCallback(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback()
472 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed()
480 void AChoreographer_routePostFrameCallback64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback64()
484 void AChoreographer_routePostFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed64()
489 void AChoreographer_routeRegisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeRegisterRefreshRateCallback()
494 void AChoreographer_routeUnregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeUnregisterRefreshRateCallback()
500 int64_t AChoreographer_getVsyncId(const AChoreographer* choreographer) { in AChoreographer_getVsyncId()
[all …]
DAndroid.bp58 "AChoreographer.cpp",
/frameworks/native/libs/nativedisplay/include/apex/
Dchoreographer.h31 AChoreographer* AChoreographer_create();
36 void AChoreographer_destroy(AChoreographer* choreographer);
46 int AChoreographer_getFd(const AChoreographer* choreographer);
57 void AChoreographer_handlePendingEvents(AChoreographer* choreographer, void* data);
/frameworks/base/libs/hwui/renderthread/
DRenderThread.h220 AChoreographer* mChoreographer;