Searched defs:Physical (Results 1 – 2 of 2) sorted by relevance
236 struct Physical { struct237 PhysicalDisplayId id;238 ui::DisplayConnectionType type;239 hardware::graphics::composer::hal::HWDisplayId hwcDisplayId;240 std::optional<DeviceProductInfo> deviceProductInfo;241 DisplayModes supportedModes;242 DisplayModePtr activeMode;
76 public static final class Physical extends DisplayAddress { class in DisplayAddress141 private Physical(long physicalDisplayId) { in Physical() method in DisplayAddress.Physical145 private Physical(int port, Long model) { in Physical() method in DisplayAddress.Physical