Home
last modified time | relevance | path

Searched defs:Physical (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h236 struct Physical { struct
237 PhysicalDisplayId id;
238 ui::DisplayConnectionType type;
239 hardware::graphics::composer::hal::HWDisplayId hwcDisplayId;
240 std::optional<DeviceProductInfo> deviceProductInfo;
241 DisplayModes supportedModes;
242 DisplayModePtr activeMode;
/frameworks/base/core/java/android/view/
DDisplayAddress.java76 public static final class Physical extends DisplayAddress { class in DisplayAddress
141 private Physical(long physicalDisplayId) { in Physical() method in DisplayAddress.Physical
145 private Physical(int port, Long model) { in Physical() method in DisplayAddress.Physical