Home | History | Annotate | Download | only in usb

Lines Matching refs:portId

469     public UsbPortStatus getPortStatus(String portId) {
470 Preconditions.checkNotNull(portId, "portId must not be null");
475 return mPortManager != null ? mPortManager.getPortStatus(portId) : null;
482 public void setPortRoles(String portId, int powerRole, int dataRole) {
483 Preconditions.checkNotNull(portId, "portId must not be null");
490 mPortManager.setPortRoles(portId, powerRole, dataRole, null);
552 final String portId = args[1];
584 mPortManager.setPortRoles(portId, powerRole, dataRole, pw);
595 final String portId = args[1];
615 mPortManager.addSimulatedPort(portId, supportedModes, pw);
621 final String portId = args[1];
662 mPortManager.connectSimulatedPort(portId, mode, canChangeMode,
669 final String portId = args[1];
671 mPortManager.disconnectSimulatedPort(portId, pw);
677 final String portId = args[1];
679 mPortManager.removeSimulatedPort(portId, pw);