Searched refs:frameTimelineVsyncId (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | FrameInfo.java | 101 public void setVsync(long intendedVsync, long usedVsync, long frameTimelineVsyncId, in setVsync() argument 103 frameInfo[FRAME_TIMELINE_VSYNC_ID] = frameTimelineVsyncId; in setVsync()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | DisplayEventReceiver.java | 259 long frameTimelineVsyncId, long frameDeadline, long frameInterval) { in dispatchVsync() argument 261 new VsyncEventData(frameTimelineVsyncId, frameDeadline, frameInterval)); in dispatchVsync()
|
H A D | SurfaceControl.java | 238 long frameTimelineVsyncId); in nativeSetFrameTimelineVsync() argument 3592 public Transaction setFrameTimelineVsync(long frameTimelineVsyncId) { in setFrameTimelineVsync() argument 3593 nativeSetFrameTimelineVsync(mNativeObject, frameTimelineVsyncId); in setFrameTimelineVsync()
|
/aosp12/frameworks/native/libs/nativewindow/include/system/ |
H A D | window.h | 1028 int64_t frameTimelineVsyncId, in native_window_set_frame_timeline_info() argument 1031 frameTimelineVsyncId, inputEventId); in native_window_set_frame_timeline_info()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipAnimationControllerTest.java | 237 public SurfaceControl.Transaction setFrameTimelineVsync(long frameTimelineVsyncId) { in setFrameTimelineVsync() argument
|
/aosp12/frameworks/native/libs/gui/ |
H A D | Surface.cpp | 1847 auto frameTimelineVsyncId = static_cast<int64_t>(va_arg(args, int64_t)); in dispatchSetFrameTimelineInfo() local 1851 return setFrameTimelineInfo({frameTimelineVsyncId, inputEventId}); in dispatchSetFrameTimelineInfo()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 1731 jlong frameTimelineVsyncId) { in nativeSetFrameTimelineVsync() argument 1735 {frameTimelineVsyncId, android::os::IInputConstants::INVALID_INPUT_EVENT_ID}); in nativeSetFrameTimelineVsync()
|