Searched defs:PhysicalDisplayId (Results  1 – 6 of 6) sorted by relevance
| /frameworks/native/libs/ui/include_vndk/ui/ | 
| D | DisplayId.h | 77 struct PhysicalDisplayId : DisplayId {  struct78     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/ | 
| D | DisplayId.h | 77 struct PhysicalDisplayId : DisplayId {  struct78     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/ | 
| D | Choreographer.cpp | 288 void Choreographer::dispatchVsync(nsecs_t timestamp, PhysicalDisplayId, uint32_t,  in dispatchVsync()  argument327 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/ | 
| D | TestableScheduler.h | 176     bool commit(PhysicalDisplayId, const scheduler::FrameTargets&) override { return false; }  in commit()  argument177     CompositeResultsPerDisplay composite(PhysicalDisplayId,  in composite()  argument
 
 | 
| /frameworks/native/services/surfaceflinger/Scheduler/ | 
| D | VsyncSchedule.h | 114     static void NoOpRequestHardwareVsync(PhysicalDisplayId, bool) {}  in NoOpRequestHardwareVsync()  argument
 | 
| /frameworks/native/services/surfaceflinger/fuzzer/ | 
| D | surfaceflinger_fuzzers_utils.h | 289     bool commit(PhysicalDisplayId, const scheduler::FrameTargets&) override { return false; }  in commit()  argument290     CompositeResultsPerDisplay composite(PhysicalDisplayId,  in composite()  argument
 795     void requestHardwareVsync(PhysicalDisplayId, bool) override {}  in requestHardwareVsync()  argument
 
 |