Searched defs:PhysicalDisplayId (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/ui/include_vndk/ui/ |
D | DisplayId.h | 81 struct PhysicalDisplayId : DisplayId { struct 82 static constexpr ftl::Optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument 90 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument 96 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument 109 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() argument 114 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() function
|
/frameworks/native/libs/ui/include/ui/ |
D | DisplayId.h | 81 struct PhysicalDisplayId : DisplayId { struct 82 static constexpr ftl::Optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument 90 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument 96 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument 109 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() argument 114 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() function
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableScheduler.h | 219 bool commit(PhysicalDisplayId, const scheduler::FrameTargets&) override { return false; } in commit() argument 220 CompositeResultsPerDisplay composite(PhysicalDisplayId, in composite() argument 225 void sendNotifyExpectedPresentHint(PhysicalDisplayId) override {} in sendNotifyExpectedPresentHint() argument
|
/frameworks/native/libs/gui/ |
D | Choreographer.cpp | 312 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t, in dispatchVsync() argument 351 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() argument 355 void Choreographer::dispatchFrameRateOverrides(nsecs_t, PhysicalDisplayId, in dispatchFrameRateOverrides() argument 360 void Choreographer::dispatchNullEvent(nsecs_t, PhysicalDisplayId) { in dispatchNullEvent() argument
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VsyncSchedule.h | 118 static void NoOpRequestHardwareVsync(PhysicalDisplayId, bool) {} in NoOpRequestHardwareVsync() argument
|