Home
last modified time | relevance | path

Searched refs:physicalDisplayId (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java1109 DisplayInfo(IRemoteCallback owner, int physicalDisplayId) { in DisplayInfo() argument
1111 mPhysicalDisplayId = physicalDisplayId; in DisplayInfo()
1139 int virtualDisplayId, int physicalDisplayId) { in reportVirtualDisplayToPhysicalDisplay() argument
1142 + ", physicalDisplayId=" + physicalDisplayId); in reportVirtualDisplayToPhysicalDisplay()
1143 boolean release = physicalDisplayId == Display.INVALID_DISPLAY; in reportVirtualDisplayToPhysicalDisplay()
1154 new DisplayInfo(callback, physicalDisplayId)); in reportVirtualDisplayToPhysicalDisplay()
1155 Integer physicalPort = getPhysicalPortLocked(physicalDisplayId); in reportVirtualDisplayToPhysicalDisplay()
1158 Slog.wtf(TAG, "No known physicalPort for displayId:" + physicalDisplayId); in reportVirtualDisplayToPhysicalDisplay()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsManager.java403 public void reportVirtualDisplayToPhysicalDisplay(int virtualDisplayId, int physicalDisplayId) { in reportVirtualDisplayToPhysicalDisplay() argument
406 virtualDisplayId, physicalDisplayId); in reportVirtualDisplayToPhysicalDisplay()
DICarUxRestrictionsManager.aidl40 …splayToPhysicalDisplay(in IRemoteCallback binder, int virtualDisplayId, int physicalDisplayId) = 8; in reportVirtualDisplayToPhysicalDisplay() argument
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarUxRestrictionsService.java115 int physicalDisplayId) throws RemoteException { in reportVirtualDisplayToPhysicalDisplay() argument