Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSetFrameRateTest.cpp55 class LayerFactory { class
57 virtual ~LayerFactory() = default;
68 class BufferQueueLayerFactory : public LayerFactory {
79 class BufferStateLayerFactory : public LayerFactory {
90 class EffectLayerFactory : public LayerFactory {
102 const ::testing::TestParamInfo<std::shared_ptr<LayerFactory>>& info) { in PrintToStringParamName()
109 class SetFrameRateTest : public ::testing::TestWithParam<std::shared_ptr<LayerFactory>> {