Searched defs:choreographer (Results 1 – 13 of 13) sorted by relevance
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()
418 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) { in AChoreographer_to_Choreographer()450 void AChoreographer_routePostFrameCallback(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback()454 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed()459 void AChoreographer_routePostFrameCallback64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback64()463 void AChoreographer_routePostFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed64()468 void AChoreographer_routeRegisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeRegisterRefreshRateCallback()473 void AChoreographer_routeUnregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeUnregisterRefreshRateCallback()484 const AChoreographer* choreographer) { in AChoreographer_to_Choreographer()488 static inline AChoreographer* Choreographer_to_AChoreographer(Choreographer* choreographer) { in Choreographer_to_AChoreographer()496 void AChoreographer_postFrameCallback(AChoreographer* choreographer, in AChoreographer_postFrameCallback()[all …]
47 Looper looper, Choreographer choreographer, InputEventListener listener) { in fromBundle()75 Choreographer choreographer, final InputEventListener listener) { in InputEventReceiver()
30 public static void postInputFrame(Choreographer choreographer, Runnable runnable) { in postInputFrame()
54 public InputEventReceiver getInputReceiver(Looper looper, Choreographer choreographer, in getInputReceiver()
67 Choreographer choreographer) { in InputEventReceiver()
78 Choreographer choreographer) { in createDefaultAndStartLooper()83 private WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing()88 WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing()
105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
35 public SfVsyncFrameCallbackProvider(Choreographer choreographer) { in SfVsyncFrameCallbackProvider()
32 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
639 final Choreographer choreographer = attachInfo.mViewRootImpl.mChoreographer; in draw() local
61 @Mock private lateinit var choreographer: Choreographer in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
1622 Choreographer choreographer = Choreographer.getMainThreadInstance(); in scheduleTrimMemory() local