Searched refs:getActivePortId (Results 1 – 5 of 5) sorted by relevance
336 if (mService.pathToPortId(newActive.physicalAddress) == getActivePortId()) { in updateActiveSource()337 setPrevPortId(getActivePortId()); in updateActiveSource()376 info = mService.getDeviceInfoByPort(getActivePortId()); in updateActiveInput()380 info = new HdmiDeviceInfo(path, getActivePortId()); in updateActiveInput()395 if (portId == getActivePortId()) { in doManualPortSwitching()405 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()406 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()628 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath()1466 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath()1481 if (getActivePortId() != Constants.INVALID_PORT_ID) { in launchRoutingControl()[all …]
75 tv.setPrevPortId(tv.getActivePortId()); in process()
132 tv.setPrevPortId(tv.getActivePortId()); in updateActiveInput()
1511 return (info != null) ? info : new HdmiDeviceInfo(activePath, tv.getActivePortId()); in getActiveSource()1542 if (device.getPortId() == tv.getActivePortId()) { in deviceSelect()3009 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()
900 int getActivePortId() { in getActivePortId() method in HdmiCecLocalDevice