Home
last modified time | relevance | path

Searched defs:PhysicalDisplayId (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DDisplayId.h77 struct PhysicalDisplayId : DisplayId { struct
78 static constexpr ftl::Optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument
86 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument
92 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument
105 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() function
110 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() argument
/frameworks/native/libs/ui/include/ui/
DDisplayId.h77 struct PhysicalDisplayId : DisplayId { struct
78 static constexpr ftl::Optional<PhysicalDisplayId> tryCast(DisplayId id) { in tryCast() argument
86 static constexpr PhysicalDisplayId fromEdid(uint8_t port, uint16_t manufacturerId, in fromEdid() argument
92 static constexpr PhysicalDisplayId fromPort(uint8_t port) { in fromPort() argument
105 constexpr PhysicalDisplayId(uint64_t flags, uint8_t port, uint16_t manufacturerId, in PhysicalDisplayId() function
110 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId() function
/frameworks/native/libs/gui/
DChoreographer.cpp288 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t, in dispatchVsync() argument
327 void Choreographer::dispatchModeChanged(nsecs_t, PhysicalDisplayId, int32_t, nsecs_t) { in dispatchModeChanged() argument
331 void Choreographer::dispatchFrameRateOverrides(nsecs_t, PhysicalDisplayId, in dispatchFrameRateOverrides() argument
336 void Choreographer::dispatchNullEvent(nsecs_t, PhysicalDisplayId) { in dispatchNullEvent() argument
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h176 bool commit(PhysicalDisplayId, const scheduler::FrameTargets&) override { return false; } in commit() argument
177 CompositeResultsPerDisplay composite(PhysicalDisplayId, in composite() argument
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncSchedule.h114 static void NoOpRequestHardwareVsync(PhysicalDisplayId, bool) {} in NoOpRequestHardwareVsync() argument
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h289 bool commit(PhysicalDisplayId, const scheduler::FrameTargets&) override { return false; } in commit() argument
290 CompositeResultsPerDisplay composite(PhysicalDisplayId, in composite() argument
795 void requestHardwareVsync(PhysicalDisplayId, bool) override {} in requestHardwareVsync() argument