Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h188 struct ActiveModeInfo { struct
191 ActiveModeInfo() = default; argument
192 ActiveModeInfo(scheduler::FrameRateMode mode, Event event) in ActiveModeInfo() argument
195 explicit ActiveModeInfo(display::DisplayModeRequest&& request) in ActiveModeInfo() function
202 bool operator!=(const ActiveModeInfo& other) const { argument