Searched defs:PhysicalDisplayId (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/ui/include_vndk/ui/ |
D | DisplayId.h | 70 struct PhysicalDisplayId : DisplayId { struct 71 static constexpr std::optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument 79 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument 85 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument 98 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() argument 103 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() function
|
/frameworks/native/libs/ui/include/ui/ |
D | DisplayId.h | 70 struct PhysicalDisplayId : DisplayId { struct 71 static constexpr std::optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument 79 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument 85 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument 98 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() argument 103 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() function
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 384 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t, in dispatchVsync() argument 419 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() argument 423 void Choreographer::dispatchFrameRateOverrides(nsecs_t, PhysicalDisplayId, in dispatchFrameRateOverrides() argument 428 void Choreographer::dispatchNullEvent(nsecs_t, PhysicalDisplayId) { in dispatchNullEvent() argument
|