Home
last modified time | relevance | path

Searched defs:LayerRequirement (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.h216 struct LayerRequirement { struct
233 bool operator==(const LayerRequirement& other) const { argument
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp44 using LayerRequirement = RefreshRateConfigs::LayerRequirement; typedef