Lines Matching refs:AChoreographer
428 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()
504 int64_t AChoreographer_getFrameDeadline(const AChoreographer* choreographer) { in AChoreographer_getFrameDeadline()
508 int64_t AChoreographer_getFrameInterval(const AChoreographer* choreographer) { in AChoreographer_getFrameInterval()
516 static inline AChoreographer* Choreographer_to_AChoreographer(Choreographer* choreographer) { in Choreographer_to_AChoreographer()
517 return reinterpret_cast<AChoreographer*>(choreographer); in Choreographer_to_AChoreographer()
520 AChoreographer* AChoreographer_getInstance() { in AChoreographer_getInstance()
524 void AChoreographer_postFrameCallback(AChoreographer* choreographer, in AChoreographer_postFrameCallback()
529 void AChoreographer_postFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed()
534 void AChoreographer_postFrameCallback64(AChoreographer* choreographer, in AChoreographer_postFrameCallback64()
539 void AChoreographer_postFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_postFrameCallbackDelayed64()
544 void AChoreographer_registerRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_registerRefreshRateCallback()
549 void AChoreographer_unregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_unregisterRefreshRateCallback()
555 AChoreographer* AChoreographer_create() { in AChoreographer_create()
565 void AChoreographer_destroy(AChoreographer* choreographer) { in AChoreographer_destroy()
573 int AChoreographer_getFd(const AChoreographer* choreographer) { in AChoreographer_getFd()
577 void AChoreographer_handlePendingEvents(AChoreographer* choreographer, void* data) { in AChoreographer_handlePendingEvents()