Home
last modified time | relevance | path

Searched refs:frameTimelineVsyncId (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DFrameInfo.java101 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 DDisplayEventReceiver.java259 long frameTimelineVsyncId, long frameDeadline, long frameInterval) { in dispatchVsync() argument
261 new VsyncEventData(frameTimelineVsyncId, frameDeadline, frameInterval)); in dispatchVsync()
H A DSurfaceControl.java238 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 Dwindow.h1028 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 DPipAnimationControllerTest.java237 public SurfaceControl.Transaction setFrameTimelineVsync(long frameTimelineVsyncId) { in setFrameTimelineVsync() argument
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1847 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 Dandroid_view_SurfaceControl.cpp1731 jlong frameTimelineVsyncId) { in nativeSetFrameTimelineVsync() argument
1735 {frameTimelineVsyncId, android::os::IInputConstants::INVALID_INPUT_EVENT_ID}); in nativeSetFrameTimelineVsync()