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

/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 DConstants.java187 static final int INVALID_PORT_ID = HdmiDeviceInfo.PORT_INVALID; field in class:Constants
H A DDeviceDiscoveryAction.java73 private int mPortId = Constants.INVALID_PORT_ID;
H A 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);
806 if (portId != Constants.INVALID_PORT_ID) {
2324 setLastInputForMhl(Constants.INVALID_PORT_ID);
2349 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID;
2350 if (portId != Constants.INVALID_PORT_ID) {
H A DHdmiCecLocalDeviceTv.java190 mPrevPortId = Constants.INVALID_PORT_ID;
362 * Sets the previous port id. INVALID_PORT_ID invalidates it, hence no actions will be
411 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID
504 if (portId != Constants.INVALID_PORT_ID) {
517 setPrevPortId(Constants.INVALID_PORT_ID);
1480 if (getActivePortId() != Constants.INVALID_PORT_ID) {
H A DHdmiCecMessageValidator.java271 if (portId == Constants.INVALID_PORT_ID) {
H A DHdmiCecLocalDevice.java791 mService.setLastInputForMhl(Constants.INVALID_PORT_ID);

Completed in 68 milliseconds