Home
last modified time | relevance | path

Searched refs:INVALID_PORT_ID (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
DConstants.java187 static final int INVALID_PORT_ID = HdmiDeviceInfo.PORT_INVALID; field in Constants
DHdmiControlService.java270 private int mActivePortId = Constants.INVALID_PORT_ID;
297 private int mLastInputMhl = Constants.INVALID_PORT_ID;
738 return mPortIdMap.get(portAddress, Constants.INVALID_PORT_ID); in pathToPortId()
806 if (portId != Constants.INVALID_PORT_ID) { in isConnectedToArcPort()
2324 setLastInputForMhl(Constants.INVALID_PORT_ID); in setActivePortId()
2349 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()
2350 if (portId != Constants.INVALID_PORT_ID) { in changeInputForMhl()
DHdmiCecLocalDeviceTv.java190 mPrevPortId = Constants.INVALID_PORT_ID; in HdmiCecLocalDeviceTv()
411 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()
504 if (portId != Constants.INVALID_PORT_ID) { in handleInactiveSource()
517 setPrevPortId(Constants.INVALID_PORT_ID); in handleInactiveSource()
1480 if (getActivePortId() != Constants.INVALID_PORT_ID) { in launchRoutingControl()
DDeviceDiscoveryAction.java73 private int mPortId = Constants.INVALID_PORT_ID;
DHdmiCecMessageValidator.java271 if (portId == Constants.INVALID_PORT_ID) { in isValidPhysicalAddress()
DHdmiCecLocalDevice.java791 mService.setLastInputForMhl(Constants.INVALID_PORT_ID); in setActiveSource()