Searched defs:thirdSegment (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp994 const auto& thirdSegment = history[0]; local
995 ASSERT_EQ(6u, thirdSegment.numFrames);
996 ASSERT_LT(1, thirdSegment.occupancyAverage);
997 ASSERT_GT(2, thirdSegment.occupancyAverage);
998 ASSERT_EQ(true, thirdSegment.usedThirdBuffer);

Completed in 150 milliseconds