Searched defs:Physical (Results 1 – 4 of 4) sorted by relevance
296 struct Physical { struct297 PhysicalDisplayId id;298 ui::DisplayConnectionType type;299 hardware::graphics::composer::hal::HWDisplayId hwcDisplayId;300 std::optional<DeviceProductInfo> deviceProductInfo;301 DisplayModes supportedModes;302 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
852 Physical = HWC2_DISPLAY_TYPE_PHYSICAL, enumerator
827 #define Physical 0x00 macro