Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h295 struct DisplayDeviceState { struct
296 struct Physical {
312 std::optional<Physical> physical;
313 sp<IGraphicBufferProducer> surface;
315 uint32_t flags = 0;
316 Rect layerStackSpaceRect;
317 Rect orientedDisplaySpaceRect;
319 uint32_t width = 0;
320 uint32_t height = 0;
321 std::string displayName;
[all …]