/aosp12/frameworks/base/native/android/ |
H A D | choreographer.cpp | 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()
|
/aosp12/frameworks/native/libs/nativedisplay/ |
H A D | AChoreographer.cpp | 432 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 D | WindowTracing.java | 79 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 D | TaskPositioner.java | 105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | InputMonitorCompat.java | 56 public InputEventReceiver getInputReceiver(Looper looper, Choreographer choreographer, in getInputReceiver()
|
H A D | InputChannelCompat.java | 69 Choreographer choreographer, final InputEventListener listener) { in InputEventReceiver()
|
H A D | InputConsumerController.java | 68 Choreographer choreographer) { in InputEventReceiver()
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | SfVsyncFrameCallbackProvider.java | 35 public SfVsyncFrameCallbackProvider(Choreographer choreographer) { in SfVsyncFrameCallbackProvider()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | BatchedInputEventReceiver.java | 41 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipInputConsumer.java | 66 Choreographer choreographer) { in InputEventReceiver()
|
/aosp12/packages/apps/Settings/src/com/android/settings/display/ |
H A D | PreviewSeekBarPreferenceFragment.java | 117 final Choreographer choreographer = Choreographer.getInstance(); in commitOnNextFrame() local
|
/aosp12/frameworks/base/core/java/com/android/internal/jank/ |
H A D | FrameTracker.java | 149 @NonNull ChoreographerWrapper choreographer, in FrameTracker() 660 public ChoreographerWrapper(Choreographer choreographer) { in ChoreographerWrapper()
|
H A D | InteractionJankMonitor.java | 357 final ChoreographerWrapper choreographer = in createFrameTracker() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 1711 Choreographer choreographer = Choreographer.getMainThreadInstance(); in scheduleTrimMemory() local
|