/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
H A D | FrameTrackerTest.java | 428 @JankType int jankType, long vsyncId) { in sendFirstWindowFrame() 433 @JankType int jankType, long vsyncId) { in sendFrame() 440 private void sendFrame(FrameTracker tracker, @JankType int jankType, long vsyncId) { in sendFrame() 446 @JankType int jankType, long vsyncId, boolean firstWindowFrame) { in sendFrame()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | FrameTimelineInfo.h | 30 int64_t vsyncId = INVALID_VSYNC_ID; member
|
H A D | DisplayEventReceiver.h | 79 int64_t vsyncId; member
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | TimeLord.cpp | 31 bool TimeLord::vsyncReceived(nsecs_t vsync, nsecs_t intendedVsync, int64_t vsyncId, in vsyncReceived()
|
H A D | DrawFrameTask.cpp | 142 const int64_t vsyncId = mFrameInfo[static_cast<int>(FrameInfoIndex::FrameTimelineVsyncId)]; in run() local 228 int64_t vsyncId = mFrameInfo[static_cast<int>(FrameInfoIndex::FrameTimelineVsyncId)]; in syncFrameState() local
|
H A D | CanvasContext.cpp | 520 const auto vsyncId = mCurrentFrameInfo->get(FrameInfoIndex::FrameTimelineVsyncId); in draw() local 742 int64_t vsyncId = mRenderThread.timeLord().lastVsyncId(); in prepareAndDraw() local
|
H A D | RenderThread.cpp | 117 int64_t vsyncId = AChoreographer_getVsyncId(rt->mChoreographer); in frameCallback() local
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | EventThread.cpp | 111 nsecs_t deadlineTimestamp, int64_t vsyncId) { in makeVSync() 358 const int64_t vsyncId = [&] { in onVSyncEvent() local 502 const int64_t vsyncId = [&] { in threadMain() local
|
H A D | MessageQueue.cpp | 40 void MessageQueue::Handler::dispatchInvalidate(int64_t vsyncId, nsecs_t expectedVSyncTimestamp) { in dispatchInvalidate()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | MessageQueueTest.cpp | 146 const auto vsyncId = 42; in TEST_F() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | UnfoldLightRevealOverlayAnimation.kt | 153 val vsyncId = Choreographer.getSfInstance().vsyncId regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowAnimator.java | 128 private void animate(long frameTimeNs, long vsyncId) { in animate()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | FrameInfo.h | 96 int64_t vsyncId, int64_t frameDeadline, nsecs_t frameInterval) { in setVsync()
|
/aosp12/frameworks/base/core/java/com/android/internal/jank/ |
H A D | FrameTracker.java | 365 private boolean isInRange(long vsyncId) { in isInRange()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerCallback_test.cpp | 110 int64_t vsyncId = FrameTimelineInfo::INVALID_VSYNC_ID; member
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 1870 void SurfaceFlinger::onMessageReceived(int32_t what, int64_t vsyncId, nsecs_t expectedVSyncTime) { in onMessageReceived() 1883 void SurfaceFlinger::onMessageInvalidate(int64_t vsyncId, nsecs_t expectedVSyncTime) { in onMessageInvalidate()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 8895 final long vsyncId = data[FrameMetrics.Index.FRAME_TIMELINE_VSYNC_ID]; in onFrameMetricsAvailable() local
|