Home
last modified time | relevance | path

Searched refs:vsyncIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DWindowInfosListenerInvoker.cpp75 std::vector<int64_t> vsyncIds; in eraseListenerAndAckMessages() local
79 vsyncIds.push_back(vsyncId); in eraseListenerAndAckMessages()
83 for (int64_t vsyncId : vsyncIds) { in eraseListenerAndAckMessages()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp488 } vsyncIds; in TEST_F() member
499 vsyncIds.commit.clear(); in TEST_F()
500 vsyncIds.composite.clear(); in TEST_F()
503 vsyncIds.commit.emplace_back(id, target->vsyncId()); in TEST_F()
520 vsyncIds.composite.emplace_back(id, targeter->target().vsyncId()); in TEST_F()
545 EXPECT_EQ(makeVsyncIds(VsyncId(42)), compositor.vsyncIds.commit); in TEST_F()
546 EXPECT_EQ(makeVsyncIds(VsyncId(42)), compositor.vsyncIds.composite); in TEST_F()
554 EXPECT_EQ(makeVsyncIds(VsyncId(43)), compositor.vsyncIds.commit); in TEST_F()
555 EXPECT_TRUE(compositor.vsyncIds.composite.empty()); in TEST_F()
564 EXPECT_EQ(makeVsyncIds(VsyncId(44)), compositor.vsyncIds.commit); in TEST_F()
[all …]
DSurfaceFlinger_NotifyExpectedPresentTest.cpp89 vsyncIds.composite.emplace_back(id, targeter->target().vsyncId()); in composite()
111 } vsyncIds; member