Home
last modified time | relevance | path

Searched refs:mVsyncId (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionTracingTest.cpp129 VSYNC_ID_FIRST_LAYER_CHANGE = ++mVsyncId; in SetUp()
149 VSYNC_ID_SECOND_LAYER_CHANGE = ++mVsyncId; in SetUp()
156 VSYNC_ID_CHILD_LAYER_REMOVED = ++mVsyncId; in SetUp()
161 queueAndCommitTransaction(++mVsyncId); in SetUp()
166 int64_t mVsyncId = 0; member in android::TransactionTracingLayerHandlingTest
175 queueAndCommitTransaction(++mVsyncId); in TEST_F()
193 queueAndCommitTransaction(++mVsyncId); in TEST_F()
203 queueAndCommitTransaction(++mVsyncId); in TEST_F()
214 queueAndCommitTransaction(++mVsyncId); in TEST_F()
222 queueAndCommitTransaction(++mVsyncId); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.cpp35 mVsyncId = vsyncId; in dispatchFrame()
51 if (!compositor.commit(frameTime, mVsyncId, mExpectedVsyncTime)) { in handleMessage()
55 compositor.composite(frameTime, mVsyncId); in handleMessage()
DMessageQueue.h87 std::atomic<int64_t> mVsyncId = 0; variable
/frameworks/base/core/java/android/view/
DChoreographer.java1005 this.mVsyncId = vsyncId; in FrameTimeline()
1010 private long mVsyncId; field in Choreographer.FrameTimeline
1019 return mVsyncId; in getVsyncId()
1024 mVsyncId = FrameInfo.INVALID_VSYNC_ID; in resetVsyncId()