Home
last modified time | relevance | path

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

/aosp14/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_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 DFlowUtilTests.kt249 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 DBatchedInputEventReceiver.java41 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 DWindowTracing.java81 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 DBubblesNavBarInputEventReceiver.java34 Choreographer choreographer, BubblesNavBarMotionEventHandler motionEventHandler) { in BubblesNavBarInputEventReceiver()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputMonitorCompat.java57 public InputEventReceiver getInputReceiver(Looper looper, Choreographer choreographer, in getInputReceiver()
H A DInputChannelCompat.java69 Choreographer choreographer, final InputEventListener listener) { in InputEventReceiver()
H A DInputConsumerController.java67 Choreographer choreographer) { in InputEventReceiver()
/aosp14/frameworks/base/core/java/com/android/internal/graphics/
H A DSfVsyncFrameCallbackProvider.java36 public SfVsyncFrameCallbackProvider(Choreographer choreographer) { in SfVsyncFrameCallbackProvider()
/aosp14/frameworks/base/tests/ChoreographerTests/jni/
H A Dandroid_view_tests_ChoreographerNativeTest.cpp66 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 DWMShellConcurrencyModule.java155 final Choreographer[] choreographer = new Choreographer[1]; in provideShellMainChoreographer() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipInputConsumer.java67 Choreographer choreographer) { in InputEventReceiver()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java99 Choreographer choreographer, in DragResizeInputListener()
342 InputChannel inputChannel, Handler handler, Choreographer choreographer) { in TaskResizeInputEventReceiver()
H A DCaptionWindowDecoration.java65 Choreographer choreographer, in CaptionWindowDecoration()
H A DDesktopModeWindowDecoration.java100 Choreographer choreographer, in DesktopModeWindowDecoration()
534 Choreographer choreographer, in create()
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerTest.java410 private void verifyVsyncCallbacks(Choreographer choreographer, long callbackDurationMs, in verifyVsyncCallbacks()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DInteractionJankMonitorTest.java339 final ChoreographerWrapper choreographer = mock(ChoreographerWrapper.class); in createMockedFrameTracker() local
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DFrameTracker.java197 @NonNull ChoreographerWrapper choreographer, in FrameTracker()
852 public ChoreographerWrapper(Choreographer choreographer) { in ChoreographerWrapper()
H A DInteractionJankMonitor.java566 final ChoreographerWrapper choreographer = in createFrameTracker() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
H A DCustomizeActivityAnimation.java96 SurfaceControl.Transaction transaction, Choreographer choreographer) { in CustomizeActivityAnimation()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java1874 Choreographer choreographer = Choreographer.getMainThreadInstance(); in scheduleTrimMemory() local