/aosp14/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_postVsyncCallback(AChoreographer* choreographer, in AChoreographer_postVsyncCallback() 47 void AChoreographer_registerRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_registerRefreshRateCallback() 52 void AChoreographer_unregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_unregisterRefreshRateCallback()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/ |
H A D | FlowUtilTests.kt | 249 val choreographer = createChoreographer(this) regex 284 val choreographer = createChoreographer(this) regex 320 val choreographer = createChoreographer(this) regex 358 val choreographer = createChoreographer(this) regex
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | BatchedInputEventReceiver.java | 41 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver() 136 Choreographer choreographer, InputEventListener listener) { in SimpleBatchedInputEventReceiver()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowTracing.java | 81 Choreographer choreographer) { in createDefaultAndStartLooper() 86 private WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing() 91 WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarInputEventReceiver.java | 34 Choreographer choreographer, BubblesNavBarMotionEventHandler motionEventHandler) { in BubblesNavBarInputEventReceiver()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | InputMonitorCompat.java | 57 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 | 67 Choreographer choreographer) { in InputEventReceiver()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | SfVsyncFrameCallbackProvider.java | 36 public SfVsyncFrameCallbackProvider(Choreographer choreographer) { in SfVsyncFrameCallbackProvider()
|
/aosp14/frameworks/base/tests/ChoreographerTests/jni/ |
H A D | android_view_tests_ChoreographerNativeTest.cpp | 66 AChoreographer* choreographer = nullptr; member 131 AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr); in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellConcurrencyModule.java | 155 final Choreographer[] choreographer = new Choreographer[1]; in provideShellMainChoreographer() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipInputConsumer.java | 67 Choreographer choreographer) { in InputEventReceiver()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragResizeInputListener.java | 99 Choreographer choreographer, in DragResizeInputListener() 342 InputChannel inputChannel, Handler handler, Choreographer choreographer) { in TaskResizeInputEventReceiver()
|
H A D | CaptionWindowDecoration.java | 65 Choreographer choreographer, in CaptionWindowDecoration()
|
H A D | DesktopModeWindowDecoration.java | 100 Choreographer choreographer, in DesktopModeWindowDecoration() 534 Choreographer choreographer, in create()
|
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/ |
H A D | AttachedChoreographerTest.java | 410 private void verifyVsyncCallbacks(Choreographer choreographer, long callbackDurationMs, in verifyVsyncCallbacks()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
H A D | InteractionJankMonitorTest.java | 339 final ChoreographerWrapper choreographer = mock(ChoreographerWrapper.class); in createMockedFrameTracker() local
|
/aosp14/frameworks/base/core/java/com/android/internal/jank/ |
H A D | FrameTracker.java | 197 @NonNull ChoreographerWrapper choreographer, in FrameTracker() 852 public ChoreographerWrapper(Choreographer choreographer) { in ChoreographerWrapper()
|
H A D | InteractionJankMonitor.java | 566 final ChoreographerWrapper choreographer = in createFrameTracker() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | CustomizeActivityAnimation.java | 96 SurfaceControl.Transaction transaction, Choreographer choreographer) { in CustomizeActivityAnimation()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 1874 Choreographer choreographer = Choreographer.getMainThreadInstance(); in scheduleTrimMemory() local
|