Home
last modified time | relevance | path

Searched refs:Physical (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayAddress.java39 public static Physical fromPhysicalDisplayId(long physicalDisplayId) { in fromPhysicalDisplayId()
40 return new Physical(physicalDisplayId); in fromPhysicalDisplayId()
64 public static final class Physical extends DisplayAddress { class in DisplayAddress
91 return other instanceof Physical in equals()
92 && mPhysicalDisplayId == ((Physical) other).mPhysicalDisplayId; in equals()
118 private Physical(long physicalDisplayId) { in Physical() method in DisplayAddress.Physical
122 public static final @NonNull Parcelable.Creator<Physical> CREATOR =
123 new Parcelable.Creator<Physical>() {
125 public Physical createFromParcel(Parcel in) {
126 return new Physical(in.readLong());
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java240 if (info.address instanceof DisplayAddress.Physical) { in populateViewportLocked()
241 viewport.physicalPort = ((DisplayAddress.Physical) info.address).getPort(); in populateViewportLocked()
DLocalDisplayAdapter.java408 final DisplayAddress.Physical physicalAddress = in getDisplayDeviceInfoLocked()
803 private boolean isDisplayPrivate(DisplayAddress.Physical physicalAddress) { in isDisplayPrivate()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DLocalDisplayAdapterTest.java160 DisplayAddress.Physical physical = (DisplayAddress.Physical) info.address; in assertDisplay()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java531 final DisplayAddress.Physical displayAddress = DisplayAddress.fromPhysicalDisplayId(123456); in testReadingDisplaySettingsFromStorage_UsePortAsId()
573 final DisplayAddress.Physical displayAddress = DisplayAddress.fromPhysicalDisplayId(123456); in testWritingDisplaySettingsToStorage_UsePortAsId()
/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h206 Physical = HWC2_DISPLAY_TYPE_PHYSICAL,
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java686 if (displayInfo.address instanceof DisplayAddress.Physical) { in getIdentifier()
687 return "port:" + ((DisplayAddress.Physical) displayInfo.address).getPort(); in getIdentifier()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp276 } else if (mType == DisplayType::Physical) { in ~Display()
729 if (mType == DisplayType::Physical) { in setConnected()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h465 if (mHwcDisplayType == HWC2::DisplayType::Physical) { in inject()
DCompositionTest.cpp272 FakeHwcDisplayInjector(DEFAULT_DISPLAY_ID, HWC2::DisplayType::Physical, in setupPreconditions()
DDisplayTransactionTest.cpp514 HwcDisplayVariant<hwcDisplayId, HWC2::DisplayType::Physical,
/frameworks/base/proto/src/
Dipconnectivity.proto546 // Physical link layer of the network on which the event happened.
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto902 // OPEN: Settings > Language & input > Physical keyboard
1319 // Settings -> Language & input -> Physical keyboard
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto558 // OPEN: Settings > Language & input > Physical keyboard
2023 // Settings -> Language & input -> Physical keyboard
6052 // ACTION: Physical drop event
/frameworks/base/config/
Dboot-image-profile.txt16087 HSPLandroid/view/DisplayAddress$Physical$1;-><init>()V
16088 HSPLandroid/view/DisplayAddress;->fromPhysicalDisplayId(J)Landroid/view/DisplayAddress$Physical;
36436 Landroid/view/DisplayAddress$Physical$1;
36437 Landroid/view/DisplayAddress$Physical;
42645 HSPLandroid/view/DisplayAddress$Physical$1;->createFromParcel(Landroid/os/Parcel;)Landroid/view/Dis…
42646 HSPLandroid/view/DisplayAddress$Physical$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
42647 HSPLandroid/view/DisplayAddress$Physical;-><init>(JLandroid/view/DisplayAddress$1;)V
42648 HSPLandroid/view/DisplayAddress$Physical;-><init>(J)V