Home
last modified time | relevance | path

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

/aosp12/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.java413 if (portId != Constants.INVALID_PORT_ID) { in isConnectedToArcPort()
676 if (devicePortId == portId || devicePortId == Constants.INVALID_PORT_ID) { in removeDevicesConnectedToPort()
685 if (devicePortId == portId || devicePortId == Constants.INVALID_PORT_ID) { in removeDevicesConnectedToPort()
851 return mPortIdMap.get(portAddress, Constants.INVALID_PORT_ID); in physicalAddressToPortId()
H A DHdmiCecLocalDeviceTv.java157 mPrevPortId = Constants.INVALID_PORT_ID; in HdmiCecLocalDeviceTv()
369 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()
454 if (portId != Constants.INVALID_PORT_ID) { in handleInactiveSource()
468 setPrevPortId(Constants.INVALID_PORT_ID); in handleInactiveSource()
1206 if (getActivePortId() != Constants.INVALID_PORT_ID) { in launchRoutingControl()
H A DConstants.java352 static final int INVALID_PORT_ID = HdmiDeviceInfo.PORT_INVALID; field in Constants
H A DHdmiControlService.java387 private int mActivePortId = Constants.INVALID_PORT_ID;
420 private int mLastInputMhl = Constants.INVALID_PORT_ID;
2004 if (pathToPortId(physicalAddress) != Constants.INVALID_PORT_ID) { in askRemoteDeviceToBecomeActiveSource()
3413 setLastInputForMhl(Constants.INVALID_PORT_ID); in setActivePortId()
3526 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()
3527 if (portId != Constants.INVALID_PORT_ID) { in changeInputForMhl()
H A DDeviceDiscoveryAction.java79 private int mPortId = Constants.INVALID_PORT_ID;
H A DHdmiCecMessageValidator.java342 if (portId == Constants.INVALID_PORT_ID) { in isValidPhysicalAddress()
H A DHdmiCecLocalDeviceAudioSystem.java979 != Constants.INVALID_PORT_ID) { in handleSystemAudioModeOnFromNonTvDevice()
H A DHdmiCecLocalDevice.java1054 mService.setLastInputForMhl(Constants.INVALID_PORT_ID); in setActiveSource()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecNetworkTest.java139 Constants.INVALID_PORT_ID); in physicalAddressToPort_pathInvalid()