HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_PORT_ID (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 12 Constants.INVALID_PHYSICAL_ADDRESS, Constants.INVALID_PORT_ID, -1, -1);
Constants.java 187 static final int INVALID_PORT_ID = HdmiDeviceInfo.PORT_INVALID;
DeviceDiscoveryAction.java 73 private int mPortId = Constants.INVALID_PORT_ID;
HdmiControlService.java 273 private int mActivePortId = Constants.INVALID_PORT_ID;
300 private int mLastInputMhl = Constants.INVALID_PORT_ID;
717 return mPortIdMap.get(portAddress, Constants.INVALID_PORT_ID);
785 if (portId != Constants.INVALID_PORT_ID) {
    [all...]
HdmiCecLocalDeviceTv.java 182 mPrevPortId = Constants.INVALID_PORT_ID;
337 * Sets the previous port id. INVALID_PORT_ID invalidates it, hence no actions will be
386 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID
510 if (portId != Constants.INVALID_PORT_ID) {
523 setPrevPortId(Constants.INVALID_PORT_ID);
    [all...]
HdmiCecMessageValidator.java 271 if (portId == Constants.INVALID_PORT_ID) {
HdmiCecLocalDevice.java 791 mService.setLastInputForMhl(Constants.INVALID_PORT_ID);
    [all...]

Completed in 387 milliseconds