Searched refs:getActivePortId (Results 1 – 5 of 5) sorted by relevance
309 if (mService.pathToPortId(newActive.physicalAddress) == getActivePortId()) { in updateActiveSource()310 setPrevPortId(getActivePortId()); in updateActiveSource()350 info = mService.getDeviceInfoByPort(getActivePortId()); in updateActiveInput()354 info = HdmiDeviceInfo.hardwarePort(path, getActivePortId()); in updateActiveInput()369 if (portId == getActivePortId()) { in doManualPortSwitching()379 int oldPath = getActivePortId() != Constants.INVALID_PORT_ID in doManualPortSwitching()583 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath()1241 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath()1256 if (getActivePortId() != Constants.INVALID_PORT_ID in launchRoutingControl()1257 && getActivePortId() != Constants.CEC_SWITCH_HOME) { in launchRoutingControl()[all …]
99 tv.setPrevPortId(tv.getActivePortId()); in updateActiveInput()
75 tv.setPrevPortId(tv.getActivePortId()); in process()
2150 if (device.getPortId() == tv.getActivePortId()) { in deviceSelect()3085 tv().getActivePortId()); in getActiveSource()4093 final int lastInput = contentOn ? tv().getActivePortId() : Constants.INVALID_PORT_ID; in changeInputForMhl()
1212 int getActivePortId() { in getActivePortId() method in HdmiCecLocalDevice