Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DFpsReporterTest.cpp68 class FpsReporterTest : public testing::Test { class
70 FpsReporterTest();
71 ~FpsReporterTest() override;
108 FpsReporterTest::FpsReporterTest() { in FpsReporterTest() function in android::FpsReporterTest
116 FpsReporterTest::~FpsReporterTest() { in ~FpsReporterTest()
122 LayerCreationArgs FpsReporterTest::createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs()
134 void FpsReporterTest::createRootLayer(uint32_t id, LayerMetadata metadata = LayerMetadata()) { in createRootLayer()
142 void FpsReporterTest::createLayer(uint32_t id, uint32_t parentId, in createLayer()
153 TEST_F(FpsReporterTest, callsListeners) { in TEST_F() argument
181 TEST_F(FpsReporterTest, rateLimits) { in TEST_F() argument
DAndroid.bp78 "FpsReporterTest.cpp",
/frameworks/native/services/surfaceflinger/
DLayer.h973 friend class FpsReporterTest; variable