Searched defs:PhysicalDisplayId (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/ui/include/ui/ |
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() argument 96 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() function
|
/frameworks/native/libs/ui/include_vndk/ui/ |
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() argument 96 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() argument
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 359 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t, in dispatchVsync() argument 385 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() argument 389 void Choreographer::dispatchFrameRateOverrides(nsecs_t, PhysicalDisplayId, in dispatchFrameRateOverrides() argument 394 void Choreographer::dispatchNullEvent(nsecs_t, PhysicalDisplayId) { in dispatchNullEvent() argument
|