Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayIdentification.h30 struct DisplayId { struct
31 using Type = PhysicalDisplayId; argument
36 static DisplayId fromEdid(uint8_t port, uint16_t manufacturerId, uint32_t displayNameHash); argument
/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h30 using DisplayId = hwc2_display_t; variable
/frameworks/native/services/surfaceflinger/
DLayer.h510 virtual bool onPostComposition(const std::optional<DisplayId>& /*displayId*/, in onPostComposition()