Searched refs:portIdToPath (Results 1 – 4 of 4) sorted by relevance
405 ? mService.portIdToPath(getActivePortId()) : getDeviceInfo().getPhysicalAddress(); in doManualPortSwitching()411 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()627 int newPath = mService.portIdToPath(getActivePortId()); in handleNewDeviceAtTheTailOfActivePath()1467 int newPath = mService.portIdToPath(getActivePortId()); in handleRemoveActiveRoutingPath()1484 int newPath = mService.portIdToPath(getActivePortId()); in launchRoutingControl()
1093 ? mService.portIdToPath(getRoutingPort()) in doManualPortSwitching()1095 int newPath = mService.portIdToPath(portId); in doManualPortSwitching()1334 int routingInformationPath = mService.portIdToPath(getRoutingPort()); in handleRoutingChangeAndInformationForSwitch()
940 setActivePath(mService.portIdToPath(portId)); in setActivePortId()
972 int portIdToPath(int portId) { in portIdToPath() method in HdmiControlService