Searched refs:mVsyncId (Results 1 – 4 of 4) sorted by relevance
129 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::TransactionTracingLayerHandlingTest175 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 …]
35 mVsyncId = vsyncId; in dispatchFrame()51 if (!compositor.commit(frameTime, mVsyncId, mExpectedVsyncTime)) { in handleMessage()55 compositor.composite(frameTime, mVsyncId); in handleMessage()
87 std::atomic<int64_t> mVsyncId = 0; variable
1005 this.mVsyncId = vsyncId; in FrameTimeline()1010 private long mVsyncId; field in Choreographer.FrameTimeline1019 return mVsyncId; in getVsyncId()1024 mVsyncId = FrameInfo.INVALID_VSYNC_ID; in resetVsyncId()