Searched refs:clearLayerHistoryCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerHistoryIntegrationTest.cpp | 109 auto clearLayerHistoryCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in clearLayerHistoryCount() function in android::scheduler::LayerHistoryIntegrationTest 618 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 631 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 640 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 650 EXPECT_EQ(1, clearLayerHistoryCount(time)); in TEST_F() 660 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 670 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 706 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 718 EXPECT_EQ(1, clearLayerHistoryCount(time)); in TEST_F()
|
D | LayerHistoryTest.cpp | 103 auto clearLayerHistoryCount(nsecs_t now) const NO_THREAD_SAFETY_ANALYSIS { in clearLayerHistoryCount() function in android::scheduler::LayerHistoryTest 1217 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 1232 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 1242 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 1254 EXPECT_EQ(1, clearLayerHistoryCount(time)); in TEST_F() 1265 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 1276 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 1318 EXPECT_EQ(0, clearLayerHistoryCount(time)); in TEST_F() 1333 EXPECT_EQ(1, clearLayerHistoryCount(time)); in TEST_F()
|