Home
last modified time | relevance | path

Searched defs:choreographer (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/native/android/
H A Dchoreographer.cpp24 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()
/aosp12/frameworks/native/libs/nativedisplay/
H A DAChoreographer.cpp432 const AChoreographer* choreographer) { in AChoreographer_to_Choreographer()
464 void AChoreographer_routePostFrameCallback(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback()
479 void AChoreographer_routePostFrameCallback64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback64()
499 int64_t AChoreographer_getVsyncId(const AChoreographer* choreographer) { in AChoreographer_getVsyncId()
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()
555 Choreographer* choreographer = new Choreographer(nullptr); in AChoreographer_create() local
564 void AChoreographer_destroy(AChoreographer* choreographer) { in AChoreographer_destroy()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowTracing.java79 Choreographer choreographer) { in createDefaultAndStartLooper()
84 private WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing()
89 WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing()
H A DTaskPositioner.java105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputMonitorCompat.java56 public InputEventReceiver getInputReceiver(Looper looper, Choreographer choreographer, in getInputReceiver()
H A DInputChannelCompat.java69 Choreographer choreographer, final InputEventListener listener) { in InputEventReceiver()
H A DInputConsumerController.java68 Choreographer choreographer) { in InputEventReceiver()
/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DSfVsyncFrameCallbackProvider.java35 public SfVsyncFrameCallbackProvider(Choreographer choreographer) { in SfVsyncFrameCallbackProvider()
/aosp12/frameworks/base/core/java/android/view/
H A DBatchedInputEventReceiver.java41 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipInputConsumer.java66 Choreographer choreographer) { in InputEventReceiver()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DPreviewSeekBarPreferenceFragment.java117 final Choreographer choreographer = Choreographer.getInstance(); in commitOnNextFrame() local
/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DFrameTracker.java149 @NonNull ChoreographerWrapper choreographer, in FrameTracker()
660 public ChoreographerWrapper(Choreographer choreographer) { in ChoreographerWrapper()
H A DInteractionJankMonitor.java357 final ChoreographerWrapper choreographer = in createFrameTracker() local
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java1711 Choreographer choreographer = Choreographer.getMainThreadInstance(); in scheduleTrimMemory() local