| /frameworks/native/libs/nativedisplay/ | 
| D | AChoreographer.cpp | 36 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) {  in AChoreographer_to_Choreographer() 41         const AChoreographer* choreographer) {  in AChoreographer_to_Choreographer() 64 void AChoreographer_routePostFrameCallback(AChoreographer* choreographer,  in AChoreographer_routePostFrameCallback() 71 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer,  in AChoreographer_routePostFrameCallbackDelayed() 79 void AChoreographer_routePostFrameCallback64(AChoreographer* choreographer,  in AChoreographer_routePostFrameCallback64() 83 void AChoreographer_routePostFrameCallbackDelayed64(AChoreographer* choreographer,  in AChoreographer_routePostFrameCallbackDelayed64() 88 void AChoreographer_routePostVsyncCallback(AChoreographer* choreographer,  in AChoreographer_routePostVsyncCallback() 92 void AChoreographer_routeRegisterRefreshRateCallback(AChoreographer* choreographer,  in AChoreographer_routeRegisterRefreshRateCallback() 97 void AChoreographer_routeUnregisterRefreshRateCallback(AChoreographer* choreographer,  in AChoreographer_routeUnregisterRefreshRateCallback() 128 int64_t AChoreographer_getFrameInterval(const AChoreographer* choreographer) {  in AChoreographer_getFrameInterval() [all …] 
 | 
| /frameworks/base/native/android/ | 
| 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()
  | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/ | 
| D | FlowUtilTests.kt | 249         val choreographer = createChoreographer(this)  in <lambda>()  constant 284         val choreographer = createChoreographer(this)  in <lambda>()  constant 320         val choreographer = createChoreographer(this)  in <lambda>()  constant 358         val choreographer = createChoreographer(this)  in <lambda>()  constant
  | 
| /frameworks/base/core/java/android/view/ | 
| D | BatchedInputEventReceiver.java | 41             InputChannel inputChannel, Looper looper, Choreographer choreographer) {  in BatchedInputEventReceiver() 136                 Choreographer choreographer, InputEventListener listener) {  in SimpleBatchedInputEventReceiver()
  | 
| /frameworks/base/services/core/java/com/android/server/wm/ | 
| 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()
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ | 
| D | BubblesNavBarInputEventReceiver.java | 34             Choreographer choreographer, BubblesNavBarMotionEventHandler motionEventHandler) {  in BubblesNavBarInputEventReceiver()
  | 
| /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ | 
| D | InputMonitorCompat.java | 57     public InputEventReceiver getInputReceiver(Looper looper, Choreographer choreographer,  in getInputReceiver()
  | 
| D | InputChannelCompat.java | 69                 Choreographer choreographer, final InputEventListener listener) {  in InputEventReceiver()
  | 
| D | InputConsumerController.java | 67                 Choreographer choreographer) {  in InputEventReceiver()
  | 
| /frameworks/base/core/java/com/android/internal/graphics/ | 
| D | SfVsyncFrameCallbackProvider.java | 36     public SfVsyncFrameCallbackProvider(Choreographer choreographer) {  in SfVsyncFrameCallbackProvider()
  | 
| /frameworks/base/tests/ChoreographerTests/jni/ | 
| D | android_view_tests_ChoreographerNativeTest.cpp | 66     AChoreographer* choreographer = nullptr;  member 131     AChoreographer* choreographer = reinterpret_cast<AChoreographer*>(choreographerPtr);  in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()  local
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ | 
| D | WMShellConcurrencyModule.java | 155             final Choreographer[] choreographer = new Choreographer[1];  in provideShellMainChoreographer()  local
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ | 
| D | PipInputConsumer.java | 67                 Choreographer choreographer) {  in InputEventReceiver()
  | 
| /frameworks/native/libs/gui/include/gui/ | 
| D | Choreographer.h | 61     const Choreographer* choreographer;  member
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ | 
| D | DragResizeInputListener.java | 99             Choreographer choreographer,  in DragResizeInputListener() 342                 InputChannel inputChannel, Handler handler, Choreographer choreographer) {  in TaskResizeInputEventReceiver()
  | 
| D | CaptionWindowDecoration.java | 65             Choreographer choreographer,  in CaptionWindowDecoration()
  | 
| D | DesktopModeWindowDecoration.java | 100             Choreographer choreographer,  in DesktopModeWindowDecoration() 534                 Choreographer choreographer,  in create()
  | 
| /frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/ | 
| D | AttachedChoreographerTest.java | 410     private void verifyVsyncCallbacks(Choreographer choreographer, long callbackDurationMs,  in verifyVsyncCallbacks()
  | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ | 
| D | NotifPipelineChoreographerTest.kt | 112     val choreographer: NotifPipelineChoreographer  constant
  | 
| /frameworks/base/core/tests/coretests/src/com/android/internal/jank/ | 
| D | InteractionJankMonitorTest.java | 339         final ChoreographerWrapper choreographer = mock(ChoreographerWrapper.class);  in createMockedFrameTracker()  local
  | 
| /frameworks/base/core/java/com/android/internal/jank/ | 
| D | FrameTracker.java | 197             @NonNull ChoreographerWrapper choreographer,  in FrameTracker() 852         public ChoreographerWrapper(Choreographer choreographer) {  in ChoreographerWrapper()
  | 
| D | InteractionJankMonitor.java | 566         final ChoreographerWrapper choreographer =  in createFrameTracker()  local
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ | 
| D | CustomizeActivityAnimation.java | 96             SurfaceControl.Transaction transaction, Choreographer choreographer) {  in CustomizeActivityAnimation()
  | 
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ | 
| D | NotificationShadeDepthControllerTest.kt | 70     @Mock private lateinit var choreographer: Choreographer  in <lambda>()  variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
  | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ | 
| D | NotificationShadeDepthController.kt | 65     private val choreographer: Choreographer,  in <lambda>()  constant in com.android.systemui.statusbar.NotificationShadeDepthController
  |