Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardTest.java40 private static final int INVALID_PORT_ID = -1; field in UiccCardTest
98 assertNull(mUiccCard.getUiccPort(INVALID_PORT_ID)); in testUpdateUiccCardState()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
DHdmiCecNetwork.java419 if (portId != Constants.INVALID_PORT_ID && portId != Constants.CEC_SWITCH_HOME) { in isConnectedToArcPort()
762 if (devicePortId == portId || devicePortId == Constants.INVALID_PORT_ID) { in removeCecSwitches()
776 if (devicePortId == portId || devicePortId == Constants.INVALID_PORT_ID) { in removeDevicesConnectedToPort()
973 return mPortIdMap.get(portAddress, Constants.INVALID_PORT_ID); in physicalAddressToPortId()
DHdmiCecLocalDeviceTv.java167 mPrevPortId = Constants.INVALID_PORT_ID; in HdmiCecLocalDeviceTv()
410 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()
517 if (portId != Constants.INVALID_PORT_ID) { in handleInactiveSource()
531 setPrevPortId(Constants.INVALID_PORT_ID); in handleInactiveSource()
880 if (avr != null && avr.getPortId() != Constants.INVALID_PORT_ID) { in enableAudioReturnChannel()
1300 if (getActivePortId() != Constants.INVALID_PORT_ID in launchRoutingControl()
DConstants.java358 static final int INVALID_PORT_ID = HdmiDeviceInfo.PORT_INVALID; field in Constants
DDeviceDiscoveryAction.java79 private int mPortId = Constants.INVALID_PORT_ID;
DHdmiControlService.java501 private int mActivePortId = Constants.INVALID_PORT_ID;
552 private int mLastInputMhl = Constants.INVALID_PORT_ID;
1768 if (portId == Constants.INVALID_PORT_ID) { in verifyPhysicalAddress()
2648 if (pathToPortId(physicalAddress) != Constants.INVALID_PORT_ID) { in askRemoteDeviceToBecomeActiveSource()
4240 setLastInputForMhl(Constants.INVALID_PORT_ID); in setActivePortId()
4357 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()
4358 if (portId != Constants.INVALID_PORT_ID) { in changeInputForMhl()
DHdmiCecLocalDeviceAudioSystem.java1183 != Constants.INVALID_PORT_ID) { in handleSystemAudioModeOnFromNonTvDevice()
DHdmiCecLocalDevice.java1231 mService.setLastInputForMhl(Constants.INVALID_PORT_ID); in setActiveSource()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiControlServiceTvTest.java75 return Constants.INVALID_PORT_ID + 1; in setUp()
DHdmiCecNetworkTest.java167 Constants.INVALID_PORT_ID); in physicalAddressToPort_pathInvalid()