Searched defs:choreographer (Results 1 – 14 of 14) 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()
428 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) { in AChoreographer_to_Choreographer()433 const AChoreographer* choreographer) { in AChoreographer_to_Choreographer()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()[all …]
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()
56 public InputEventReceiver getInputReceiver(Looper looper, Choreographer choreographer, in getInputReceiver()
69 Choreographer choreographer, final InputEventListener listener) { in InputEventReceiver()
68 Choreographer choreographer) { in InputEventReceiver()
35 public SfVsyncFrameCallbackProvider(Choreographer choreographer) { in SfVsyncFrameCallbackProvider()
33 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
66 Choreographer choreographer) { in InputEventReceiver()
141 @NonNull ChoreographerWrapper choreographer, in FrameTracker()604 public ChoreographerWrapper(Choreographer choreographer) { in ChoreographerWrapper()
65 @Mock private lateinit var choreographer: Choreographer in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
60 private val choreographer: Choreographer, in <lambda>() constant in com.android.systemui.statusbar.NotificationShadeDepthController
1702 Choreographer choreographer = Choreographer.getMainThreadInstance(); in scheduleTrimMemory() local