Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiMhlLocalDeviceStub.java12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
H A DHdmiCecNetwork.java416 if (portId != Constants.INVALID_PORT_ID && portId != Constants.CEC_SWITCH_HOME) { in isConnectedToArcPort()
757 if (devicePortId == portId || devicePortId == Constants.INVALID_PORT_ID) { in removeCecSwitches()
771 if (devicePortId == portId || devicePortId == Constants.INVALID_PORT_ID) { in removeDevicesConnectedToPort()
940 return mPortIdMap.get(portAddress, Constants.INVALID_PORT_ID); in physicalAddressToPortId()
H A DHdmiCecLocalDeviceTv.java160 mPrevPortId = Constants.INVALID_PORT_ID; in HdmiCecLocalDeviceTv()
379 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()
469 if (portId != Constants.INVALID_PORT_ID) { in handleInactiveSource()
483 setPrevPortId(Constants.INVALID_PORT_ID); in handleInactiveSource()
832 if (avr != null && avr.getPortId() != Constants.INVALID_PORT_ID) { in enableAudioReturnChannel()
1256 if (getActivePortId() != Constants.INVALID_PORT_ID in launchRoutingControl()
H A DConstants.java358 static final int INVALID_PORT_ID = HdmiDeviceInfo.PORT_INVALID; field in Constants
H A DDeviceDiscoveryAction.java79 private int mPortId = Constants.INVALID_PORT_ID;
H A DHdmiControlService.java469 private int mActivePortId = Constants.INVALID_PORT_ID;
517 private int mLastInputMhl = Constants.INVALID_PORT_ID;
1591 if (portId == Constants.INVALID_PORT_ID) { in verifyPhysicalAddress()
2470 if (pathToPortId(physicalAddress) != Constants.INVALID_PORT_ID) { in askRemoteDeviceToBecomeActiveSource()
3978 setLastInputForMhl(Constants.INVALID_PORT_ID); in setActivePortId()
4093 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()
4094 if (portId != Constants.INVALID_PORT_ID) { in changeInputForMhl()
H A DHdmiCecLocalDeviceAudioSystem.java1151 != Constants.INVALID_PORT_ID) { in handleSystemAudioModeOnFromNonTvDevice()
H A DHdmiCecLocalDevice.java1192 mService.setLastInputForMhl(Constants.INVALID_PORT_ID); in setActiveSource()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiControlServiceTvTest.java70 return Constants.INVALID_PORT_ID + 1; in setUp()
H A DHdmiCecNetworkTest.java167 Constants.INVALID_PORT_ID); in physicalAddressToPort_pathInvalid()