Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerInfoTest.cpp28 class LayerInfoTest : public testing::Test { class
48 TEST_F(LayerInfoTest, prefersPresentTime) { in TEST_F() argument
66 TEST_F(LayerInfoTest, fallbacksToQueueTimeIfNoPresentTime) { in TEST_F() argument
85 TEST_F(LayerInfoTest, returnsNulloptIfThereWasConfigChange) { in TEST_F() argument
125 TEST_F(LayerInfoTest, ignoresSmallPeriods) { in TEST_F() argument
151 TEST_F(LayerInfoTest, ignoresLargePeriods) { in TEST_F() argument
H A DAndroid.bp65 "LayerInfoTest.cpp",
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.h59 friend class LayerInfoTest; variable