Home
last modified time | relevance | path

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

/frameworks/base/native/android/
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()
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp428 static inline Choreographer* AChoreographer_to_Choreographer(AChoreographer* choreographer) { in AChoreographer_to_Choreographer()
433 const AChoreographer* choreographer) { in AChoreographer_to_Choreographer()
465 void AChoreographer_routePostFrameCallback(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback()
472 void AChoreographer_routePostFrameCallbackDelayed(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed()
480 void AChoreographer_routePostFrameCallback64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallback64()
484 void AChoreographer_routePostFrameCallbackDelayed64(AChoreographer* choreographer, in AChoreographer_routePostFrameCallbackDelayed64()
489 void AChoreographer_routeRegisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeRegisterRefreshRateCallback()
494 void AChoreographer_routeUnregisterRefreshRateCallback(AChoreographer* choreographer, in AChoreographer_routeUnregisterRefreshRateCallback()
500 int64_t AChoreographer_getVsyncId(const AChoreographer* choreographer) { in AChoreographer_getVsyncId()
504 int64_t AChoreographer_getFrameDeadline(const AChoreographer* choreographer) { in AChoreographer_getFrameDeadline()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java78 Choreographer choreographer) { in createDefaultAndStartLooper()
83 private WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing()
88 WindowTracing(File file, WindowManagerService service, Choreographer choreographer, in WindowTracing()
DTaskPositioner.java105 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in WindowPositionerEventReceiver()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputMonitorCompat.java56 public InputEventReceiver getInputReceiver(Looper looper, Choreographer choreographer, in getInputReceiver()
DInputChannelCompat.java69 Choreographer choreographer, final InputEventListener listener) { in InputEventReceiver()
DInputConsumerController.java68 Choreographer choreographer) { in InputEventReceiver()
/frameworks/base/core/java/com/android/internal/graphics/
DSfVsyncFrameCallbackProvider.java35 public SfVsyncFrameCallbackProvider(Choreographer choreographer) { in SfVsyncFrameCallbackProvider()
/frameworks/base/core/java/android/view/
DBatchedInputEventReceiver.java33 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipInputConsumer.java66 Choreographer choreographer) { in InputEventReceiver()
/frameworks/base/core/java/com/android/internal/jank/
DFrameTracker.java141 @NonNull ChoreographerWrapper choreographer, in FrameTracker()
604 public ChoreographerWrapper(Choreographer choreographer) { in ChoreographerWrapper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationShadeDepthControllerTest.kt65 @Mock private lateinit var choreographer: Choreographer in <lambda>() variable in com.android.systemui.statusbar.NotificationShadeDepthControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeDepthController.kt60 private val choreographer: Choreographer, in <lambda>() constant in com.android.systemui.statusbar.NotificationShadeDepthController
/frameworks/base/core/java/android/app/
DActivityThread.java1702 Choreographer choreographer = Choreographer.getMainThreadInstance(); in scheduleTrimMemory() local