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 275 private int mActivePortId = Constants.INVALID_PORT_ID;
302 private int mLastInputMhl = Constants.INVALID_PORT_ID;
737 return mPortIdMap.get(portAddress, Constants.INVALID_PORT_ID);
805 if (portId != Constants.INVALID_PORT_ID) {
    [all...]
HdmiCecMessageValidator.java 271 if (portId == Constants.INVALID_PORT_ID) {
HdmiCecLocalDeviceTv.java 185 mPrevPortId = Constants.INVALID_PORT_ID;
354 * Sets the previous port id. INVALID_PORT_ID invalidates it, hence no actions will be
403 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID
528 if (portId != Constants.INVALID_PORT_ID) {
541 setPrevPortId(Constants.INVALID_PORT_ID);
    [all...]
HdmiCecLocalDevice.java 791 mService.setLastInputForMhl(Constants.INVALID_PORT_ID);
    [all...]

Completed in 507 milliseconds