Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h296 struct Physical { struct
297 PhysicalDisplayId id;
298 ui::DisplayConnectionType type;
299 hardware::graphics::composer::hal::HWDisplayId hwcDisplayId;
300 std::optional<DeviceProductInfo> deviceProductInfo;
301 DisplayModes supportedModes;
302 DisplayModePtr activeMode;
/aosp12/frameworks/base/core/java/android/view/
H A 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
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h852 Physical = HWC2_DISPLAY_TYPE_PHYSICAL, enumerator
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
H A DTestHidSensorSpec.h827 #define Physical 0x00 macro