Home
last modified time | relevance | path

Searched defs:vsyncId (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DFrameTrackerTest.java312 @JankType int jankType, long vsyncId) { in sendFirstWindowFrame()
317 @JankType int jankType, long vsyncId) { in sendFrame()
322 @JankType int jankType, long vsyncId, boolean firstWindowFrame) { in sendFrame()
/frameworks/native/libs/gui/include/gui/
DFrameTimelineInfo.h30 int64_t vsyncId = INVALID_VSYNC_ID; member
DDisplayEventReceiver.h79 int64_t vsyncId; member
/frameworks/base/libs/hwui/renderthread/
DTimeLord.cpp31 bool TimeLord::vsyncReceived(nsecs_t vsync, nsecs_t intendedVsync, int64_t vsyncId, in vsyncReceived()
DDrawFrameTask.cpp142 const int64_t vsyncId = mFrameInfo[static_cast<int>(FrameInfoIndex::FrameTimelineVsyncId)]; in run() local
222 int64_t vsyncId = mFrameInfo[static_cast<int>(FrameInfoIndex::FrameTimelineVsyncId)]; in syncFrameState() local
DCanvasContext.cpp520 const auto vsyncId = mCurrentFrameInfo->get(FrameInfoIndex::FrameTimelineVsyncId); in draw() local
742 int64_t vsyncId = mRenderThread.timeLord().lastVsyncId(); in prepareAndDraw() local
DRenderThread.cpp117 int64_t vsyncId = AChoreographer_getVsyncId(rt->mChoreographer); in frameCallback() local
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp111 nsecs_t deadlineTimestamp, int64_t vsyncId) { in makeVSync()
358 const int64_t vsyncId = [&] { in onVSyncEvent() local
503 const int64_t vsyncId = [&] { in threadMain() local
DMessageQueue.cpp40 void MessageQueue::Handler::dispatchInvalidate(int64_t vsyncId, nsecs_t expectedVSyncTimestamp) { in dispatchInvalidate()
/frameworks/native/services/surfaceflinger/tests/unittests/
DMessageQueueTest.cpp146 const auto vsyncId = 42; in TEST_F() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java128 private void animate(long frameTimeNs, long vsyncId) { in animate()
/frameworks/base/libs/hwui/
DFrameInfo.h96 int64_t vsyncId, int64_t frameDeadline, nsecs_t frameInterval) { in setVsync()
/frameworks/base/core/java/com/android/internal/jank/
DFrameTracker.java325 private boolean isInRange(long vsyncId) { in isInRange()
/frameworks/native/services/surfaceflinger/tests/
DLayerCallback_test.cpp110 int64_t vsyncId = FrameTimelineInfo::INVALID_VSYNC_ID; member
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1862 void SurfaceFlinger::onMessageReceived(int32_t what, int64_t vsyncId, nsecs_t expectedVSyncTime) { in onMessageReceived()
1875 void SurfaceFlinger::onMessageInvalidate(int64_t vsyncId, nsecs_t expectedVSyncTime) { in onMessageInvalidate()
/frameworks/base/core/java/android/view/
DViewRootImpl.java8751 final long vsyncId = data[FrameMetrics.Index.FRAME_TIMELINE_VSYNC_ID]; in onFrameMetricsAvailable() local