Home | History | Annotate | Download | only in hdmi

Lines Matching defs:newPath

393         int newPath = mService.portIdToPath(portId);
394 startRoutingControl(oldPath, newPath, true, callback);
398 void startRoutingControl(int oldPath, int newPath, boolean queryDevicePowerStatus,
401 if (oldPath == newPath) {
405 HdmiCecMessageBuilder.buildRoutingChange(mAddress, oldPath, newPath);
409 new RoutingControlAction(this, newPath, queryDevicePowerStatus, callback));
651 int newPath = mService.portIdToPath(getActivePortId());
652 setActivePath(newPath);
653 startRoutingControl(getActivePath(), newPath, false, null);
696 int newPath = HdmiUtils.twoBytesToInt(params, 2);
697 addAndStartAction(new RoutingControlAction(this, newPath, true, null));
1468 int newPath = mService.portIdToPath(getActivePortId());
1469 startRoutingControl(getActivePath(), newPath, true, null);
1485 int newPath = mService.portIdToPath(getActivePortId());
1486 setActivePath(newPath);
1487 startRoutingControl(getActivePath(), newPath, routingForBootup, null);