Searched refs:INVALID_PORT_ID (Results 1 – 9 of 9) sorted by relevance
12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
240 static final int INVALID_PORT_ID = HdmiDeviceInfo.PORT_INVALID; field in Constants
333 private int mActivePortId = Constants.INVALID_PORT_ID;367 private int mLastInputMhl = Constants.INVALID_PORT_ID;909 return mPortIdMap.get(portAddress, Constants.INVALID_PORT_ID); in pathToPortId()988 if (portId != Constants.INVALID_PORT_ID) { in isConnectedToArcPort()1824 if (pathToPortId(physicalAddress) != Constants.INVALID_PORT_ID) { in askRemoteDeviceToBecomeActiveSource()2913 setLastInputForMhl(Constants.INVALID_PORT_ID); in setActivePortId()3009 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()3010 if (portId != Constants.INVALID_PORT_ID) { in changeInputForMhl()
186 mPrevPortId = Constants.INVALID_PORT_ID; in HdmiCecLocalDeviceTv()405 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()487 if (portId != Constants.INVALID_PORT_ID) { in handleInactiveSource()500 setPrevPortId(Constants.INVALID_PORT_ID); in handleInactiveSource()1481 if (getActivePortId() != Constants.INVALID_PORT_ID) { in launchRoutingControl()
271 if (portId == Constants.INVALID_PORT_ID) { in isValidPhysicalAddress()
78 private int mPortId = Constants.INVALID_PORT_ID;
880 mService.setLastInputForMhl(Constants.INVALID_PORT_ID); in setActiveSource()
1063 != Constants.INVALID_PORT_ID) { in handleSystemAudioModeOnFromNonTvDevice()
199 assertThat(mHdmiControlService.pathToPortId(0x1000)).isEqualTo(Constants.INVALID_PORT_ID); in pathToPort_pathInvalid()