Searched refs:atom0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TimeStatsTest.cpp | 1380 const SurfaceflingerStatsLayerInfo& atom0 = atomList.atom(0); in TEST_F() local 1382 EXPECT_EQ(atom0.layer_name(), genLayerName(LAYER_ID_0)); in TEST_F() 1383 EXPECT_EQ(atom0.total_frames(), 2); in TEST_F() 1384 EXPECT_EQ(atom0.dropped_frames(), 0); in TEST_F() 1385 EXPECT_THAT(atom0.present_to_present(), HistogramEq(buildExpectedHistogram({0, 1}, {1, 1}))); in TEST_F() 1386 EXPECT_THAT(atom0.post_to_present(), HistogramEq(buildExpectedHistogram({4}, {2}))); in TEST_F() 1387 EXPECT_THAT(atom0.acquire_to_present(), HistogramEq(buildExpectedHistogram({3}, {2}))); in TEST_F() 1388 EXPECT_THAT(atom0.latch_to_present(), HistogramEq(buildExpectedHistogram({2}, {2}))); in TEST_F() 1389 EXPECT_THAT(atom0.desired_to_present(), HistogramEq(buildExpectedHistogram({1}, {2}))); in TEST_F() 1390 EXPECT_THAT(atom0.post_to_acquire(), HistogramEq(buildExpectedHistogram({1}, {2}))); in TEST_F() [all …]
|