Home
last modified time | relevance | path

Searched defs: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()
/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()
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayEventReceiver.java259 long frameTimelineVsyncId, long frameDeadline, long frameInterval) { in dispatchVsync()
H A DSurfaceControl.java238 long frameTimelineVsyncId); in nativeSetFrameTimelineVsync()
3592 public Transaction setFrameTimelineVsync(long frameTimelineVsyncId) { in setFrameTimelineVsync()
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h1028 int64_t frameTimelineVsyncId, in native_window_set_frame_timeline_info()
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1847 auto frameTimelineVsyncId = static_cast<int64_t>(va_arg(args, int64_t)); in dispatchSetFrameTimelineInfo() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp1731 jlong frameTimelineVsyncId) { in nativeSetFrameTimelineVsync()