Home | History | Annotate | Download | only in hdmi

Lines Matching refs:newPath

410         int newPath = mService.portIdToPath(portId);
411 startRoutingControl(oldPath, newPath, true, callback);
415 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus,
418 if (oldPath == newPath) {
422 HdmiCecMessageBuilder.buildRoutingChange(mAddress, oldPath, newPath);
426 new RoutingControlAction(this, newPath, queryDevicePowerStatus, callback));
669 int newPath = mService.portIdToPath(getActivePortId());
670 setActivePath(newPath);
671 startRoutingControl(getActivePath(), newPath, false, null);
714 int newPath = HdmiUtils.twoBytesToInt(params, 2);
715 addAndStartAction(new RoutingControlAction(this, newPath, true, null));
1495 int newPath = mService.portIdToPath(getActivePortId());
1496 startRoutingControl(getActivePath(), newPath, true, null);
1512 int newPath = mService.portIdToPath(getActivePortId());
1513 setActivePath(newPath);
1514 startRoutingControl(getActivePath(), newPath, routingForBootup, null);