Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DFrameTrackerTest.java609 @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/
DFrameTargeterTest.cpp103 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/
DIWindowInfosPublisher.aidl22 void ackWindowInfosReceived(long vsyncId, long listenerId); in ackWindowInfosReceived()
/frameworks/native/services/surfaceflinger/
DWindowInfosListenerInvoker.cpp78 for (int64_t vsyncId : vsyncIds) { in binderDied() local
165 binder::Status WindowInfosListenerInvoker::ackWindowInfosReceived(int64_t vsyncId, in ackWindowInfosReceived()
DWindowInfosListenerInvoker.h79 int64_t vsyncId; member
DSurfaceFlinger.cpp2170 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/
DFrameTargeter.h42 VsyncId vsyncId() const { return mVsyncId; } in vsyncId() function
116 VsyncId vsyncId; member
/frameworks/base/libs/hwui/renderthread/
DDrawFrameTask.cpp90 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
DTimeLord.cpp31 bool TimeLord::vsyncReceived(nsecs_t vsync, nsecs_t intendedVsync, int64_t vsyncId, in vsyncReceived()
DRenderThread.cpp120 AVsyncId vsyncId = AChoreographerFrameCallbackData_getFrameTimelineVsyncId( in extendedFrameCallback() local
130 void RenderThread::frameCallback(int64_t vsyncId, int64_t frameDeadline, int64_t frameTimeNanos, in frameCallback()
DCanvasContext.h371 int64_t vsyncId; member
DCanvasContext.cpp611 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/
DWindowInfosUpdate.h37 int64_t vsyncId; member
DVsyncEventData.h43 int64_t vsyncId; member
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionTracing.h111 int64_t vsyncId; member
DLayerTracing.cpp117 void LayerTracing::notify(bool visibleRegionDirty, int64_t time, int64_t vsyncId, in notify()
DTransactionTracing.cpp96 void TransactionTracing::addCommittedTransactions(int64_t vsyncId, nsecs_t commitTime, in addCommittedTransactions()
/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java169 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/
DMessageQueueTest.cpp138 constexpr VsyncId vsyncId{42}; in TEST_F() local
DTransactionTracingTest.cpp50 void queueAndCommitTransaction(int64_t vsyncId) { in queueAndCommitTransaction()
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.cpp33 void MessageQueue::Handler::dispatchFrame(VsyncId vsyncId, TimePoint expectedVsyncTime) { in dispatchFrame()
/frameworks/base/libs/hwui/
DFrameInfo.h97 int64_t vsyncId, int64_t frameDeadline, nsecs_t frameInterval) { in setVsync()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldLightRevealOverlayAnimation.kt192 val vsyncId = Choreographer.getSfInstance().vsyncId in <lambda>() constant
/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp132 int64_t AChoreographer_getStartTimeNanosForVsyncId(AVsyncId vsyncId) { in AChoreographer_getStartTimeNanosForVsyncId()
/frameworks/native/libs/gui/
DChoreographer.cpp387 int64_t Choreographer::getStartTimeNanosForVsyncId(AVsyncId vsyncId) { in getStartTimeNanosForVsyncId()

12