Searched defs:PhysicalDisplayId (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | DisplayId.h | 60 struct PhysicalDisplayId : DisplayId { struct 61 static constexpr std::optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument 69 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument 75 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument 84 explicit constexpr PhysicalDisplayId(uint64_t id) : DisplayId(id) {} in PhysicalDisplayId() function 91 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() function 96 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() argument
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | DisplayId.h | 60 struct PhysicalDisplayId : DisplayId { struct 61 static constexpr std::optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument 69 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument 75 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument 84 explicit constexpr PhysicalDisplayId(uint64_t id) : DisplayId(id) {} in PhysicalDisplayId() argument 91 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() argument 96 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() function
|
/aosp12/frameworks/native/libs/nativedisplay/ |
H A D | AChoreographer.cpp | 358 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t, in dispatchVsync() argument 384 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() argument 388 void Choreographer::dispatchFrameRateOverrides(nsecs_t, PhysicalDisplayId, in dispatchFrameRateOverrides() argument 393 void Choreographer::dispatchNullEvent(nsecs_t, PhysicalDisplayId) { in dispatchNullEvent() argument
|