| /frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
| D | FrameTrackerTest.java | 609 @JankType int jankType, long vsyncId) { in sendFirstWindowFrame() 614 @JankType int jankType, long vsyncId) { in sendFrame() 621 private void sendFrame(FrameTracker tracker, @JankType int jankType, long vsyncId) { in sendFrame() 627 @JankType int jankType, long vsyncId, boolean firstWindowFrame) { in sendFrame() 634 private void sendHwuiFrame(FrameTracker tracker, long durationMillis, long vsyncId, in sendHwuiFrame() 647 private void sendSfFrame(FrameTracker tracker, long vsyncId, @JankType int jankType) { in sendSfFrame()
|
| /frameworks/native/services/surfaceflinger/Scheduler/tests/ |
| D | FrameTargeterTest.cpp | 103 VsyncId vsyncId{42}; in TEST_F() local 138 VsyncId vsyncId{111}; in TEST_F() local 154 VsyncId vsyncId{222}; in TEST_F() local 180 VsyncId vsyncId{333}; in TEST_F() local 200 VsyncId vsyncId{444}; in TEST_F() local 236 VsyncId vsyncId{555}; in TEST_F() local
|
| /frameworks/native/libs/gui/android/gui/ |
| D | IWindowInfosPublisher.aidl | 22 void ackWindowInfosReceived(long vsyncId, long listenerId); in ackWindowInfosReceived()
|
| /frameworks/native/services/surfaceflinger/ |
| D | WindowInfosListenerInvoker.cpp | 78 for (int64_t vsyncId : vsyncIds) { in binderDied() local 165 binder::Status WindowInfosListenerInvoker::ackWindowInfosReceived(int64_t vsyncId, in ackWindowInfosReceived()
|
| D | WindowInfosListenerInvoker.h | 79 int64_t vsyncId; member
|
| D | SurfaceFlinger.cpp | 2170 bool SurfaceFlinger::updateLayerSnapshotsLegacy(VsyncId vsyncId, frontend::Update& update, in updateLayerSnapshotsLegacy() 2223 bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, frontend::Update& update, in updateLayerSnapshots() 2341 const VsyncId vsyncId = pacesetterFrameTarget.vsyncId(); in commit() local 2497 const VsyncId vsyncId = pacesetterTarget.vsyncId(); in composite() local 3724 void SurfaceFlinger::updateInputFlinger(VsyncId vsyncId, TimePoint frameTime) { in updateInputFlinger() 4404 bool SurfaceFlinger::flushTransactionQueues(VsyncId vsyncId) { in flushTransactionQueues() 4410 VsyncId vsyncId) { in applyTransactions() 4416 VsyncId vsyncId) { in applyTransactionsLocked() 7958 void SurfaceFlinger::handleLayerCreatedLocked(const LayerCreatedState& state, VsyncId vsyncId) { in handleLayerCreatedLocked() 8144 bool SurfaceFlinger::commitMirrorDisplays(VsyncId vsyncId) { in commitMirrorDisplays() [all …]
|
| /frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
| D | FrameTargeter.h | 42 VsyncId vsyncId() const { return mVsyncId; } in vsyncId() function 116 VsyncId vsyncId; member
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | DrawFrameTask.cpp | 90 const int64_t vsyncId = mFrameInfo[static_cast<int>(FrameInfoIndex::FrameTimelineVsyncId)]; in run() local 171 int64_t vsyncId = mFrameInfo[static_cast<int>(FrameInfoIndex::FrameTimelineVsyncId)]; in syncFrameState() local
|
| D | TimeLord.cpp | 31 bool TimeLord::vsyncReceived(nsecs_t vsync, nsecs_t intendedVsync, int64_t vsyncId, in vsyncReceived()
|
| D | RenderThread.cpp | 120 AVsyncId vsyncId = AChoreographerFrameCallbackData_getFrameTimelineVsyncId( in extendedFrameCallback() local 130 void RenderThread::frameCallback(int64_t vsyncId, int64_t frameDeadline, int64_t frameTimeNanos, in frameCallback()
|
| D | CanvasContext.h | 371 int64_t vsyncId; member
|
| D | CanvasContext.cpp | 611 const auto vsyncId = mCurrentFrameInfo->get(FrameInfoIndex::FrameTimelineVsyncId); in draw() local 896 int64_t vsyncId = mRenderThread.timeLord().lastVsyncId(); in prepareAndDraw() local
|
| /frameworks/native/libs/gui/include/gui/ |
| D | WindowInfosUpdate.h | 37 int64_t vsyncId; member
|
| D | VsyncEventData.h | 43 int64_t vsyncId; member
|
| /frameworks/native/services/surfaceflinger/Tracing/ |
| D | TransactionTracing.h | 111 int64_t vsyncId; member
|
| D | LayerTracing.cpp | 117 void LayerTracing::notify(bool visibleRegionDirty, int64_t time, int64_t vsyncId, in notify()
|
| D | TransactionTracing.cpp | 96 void TransactionTracing::addCommittedTransactions(int64_t vsyncId, nsecs_t commitTime, in addCommittedTransactions()
|
| /frameworks/base/core/java/android/view/ |
| D | DisplayEventReceiver.java | 169 FrameTimeline(long vsyncId, long expectedPresentationTime, long deadline) { in FrameTimeline() 183 public long vsyncId = FrameInfo.INVALID_VSYNC_ID; field in DisplayEventReceiver.VsyncEventData.FrameTimeline
|
| /frameworks/native/services/surfaceflinger/tests/unittests/ |
| D | MessageQueueTest.cpp | 138 constexpr VsyncId vsyncId{42}; in TEST_F() local
|
| D | TransactionTracingTest.cpp | 50 void queueAndCommitTransaction(int64_t vsyncId) { in queueAndCommitTransaction()
|
| /frameworks/native/services/surfaceflinger/Scheduler/ |
| D | MessageQueue.cpp | 33 void MessageQueue::Handler::dispatchFrame(VsyncId vsyncId, TimePoint expectedVsyncTime) { in dispatchFrame()
|
| /frameworks/base/libs/hwui/ |
| D | FrameInfo.h | 97 int64_t vsyncId, int64_t frameDeadline, nsecs_t frameInterval) { in setVsync()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
| D | UnfoldLightRevealOverlayAnimation.kt | 192 val vsyncId = Choreographer.getSfInstance().vsyncId in <lambda>() constant
|
| /frameworks/native/libs/nativedisplay/ |
| D | AChoreographer.cpp | 132 int64_t AChoreographer_getStartTimeNanosForVsyncId(AVsyncId vsyncId) { in AChoreographer_getStartTimeNanosForVsyncId()
|
| /frameworks/native/libs/gui/ |
| D | Choreographer.cpp | 387 int64_t Choreographer::getStartTimeNanosForVsyncId(AVsyncId vsyncId) { in getStartTimeNanosForVsyncId()
|