Lines Matching defs:choreographer

427 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) {  in AChoreographer_to_Choreographer()
432 const AChoreographer* choreographer) { in AChoreographer_to_Choreographer()
464 void AChoreographer_routePostFrameCallback(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback()
471 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed()
479 void AChoreographer_routePostFrameCallback64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback64()
483 void AChoreographer_routePostFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed64()
488 void AChoreographer_routeRegisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeRegisterRefreshRateCallback()
493 void AChoreographer_routeUnregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeUnregisterRefreshRateCallback()
499 int64_t AChoreographer_getVsyncId(const AChoreographer* choreographer) { in AChoreographer_getVsyncId()
503 int64_t AChoreographer_getFrameDeadline(const AChoreographer* choreographer) { in AChoreographer_getFrameDeadline()
507 int64_t AChoreographer_getFrameInterval(const AChoreographer* choreographer) { in AChoreographer_getFrameInterval()
515 static inline AChoreographer* Choreographer_to_AChoreographer(Choreographer* choreographer) { in Choreographer_to_AChoreographer()
523 void AChoreographer_postFrameCallback(AChoreographer* choreographer, in AChoreographer_postFrameCallback()
528 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed()
533 void AChoreographer_postFrameCallback64(AChoreographer* choreographer, in AChoreographer_postFrameCallback64()
538 void AChoreographer_postFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed64()
543 void AChoreographer_registerRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_registerRefreshRateCallback()
548 void AChoreographer_unregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_unregisterRefreshRateCallback()
555 Choreographer* choreographer = new Choreographer(nullptr); in AChoreographer_create() local
564 void AChoreographer_destroy(AChoreographer* choreographer) { in AChoreographer_destroy()
572 int AChoreographer_getFd(const AChoreographer* choreographer) { in AChoreographer_getFd()
576 void AChoreographer_handlePendingEvents(AChoreographer* choreographer, void* data) { in AChoreographer_handlePendingEvents()