Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFpsReporterTest.cpp65 class FpsReporterTest : public testing::Test { class
67 FpsReporterTest();
68 ~FpsReporterTest() override;
98 FpsReporterTest::FpsReporterTest() { in FpsReporterTest() function in android::FpsReporterTest
109 FpsReporterTest::~FpsReporterTest() { in ~FpsReporterTest()
115 sp<BufferStateLayer> FpsReporterTest::createBufferStateLayer(LayerMetadata metadata = {}) { in createBufferStateLayer()
122 void FpsReporterTest::setupScheduler() { in setupScheduler()
149 TEST_F(FpsReporterTest, callsListeners) { in TEST_F() argument
185 TEST_F(FpsReporterTest, rateLimits) { in TEST_F() argument
H A DAndroid.bp57 "FpsReporterTest.cpp",
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h909 friend class FpsReporterTest; variable