HomeSort by relevance Sort by last modified time
    Searched refs:POWER_ROLE_SOURCE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/usb/
UsbPort.java 39 * Implies that the port supports the {@link #POWER_ROLE_SOURCE} and {@link #DATA_ROLE_HOST}
58 * Implies that the port supports the {@link #POWER_ROLE_SOURCE} and {@link #DATA_ROLE_HOST}
68 public static final int POWER_ROLE_SOURCE = 1;
121 * @param powerRole The desired power role: {@link UsbPort#POWER_ROLE_SOURCE}
154 case POWER_ROLE_SOURCE:
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 94 UsbPort.combineRolesAsBit(UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_HOST);
96 UsbPort.combineRolesAsBit(UsbPort.POWER_ROLE_SOURCE, UsbPort.DATA_ROLE_DEVICE);
192 if (canChangeMode && newPowerRole == UsbPort.POWER_ROLE_SOURCE
250 newPowerRole == UsbPort.POWER_ROLE_SOURCE
486 UsbPort.POWER_ROLE_SOURCE, currentDataRole);
602 return UsbPort.POWER_ROLE_SOURCE;
UsbService.java 423 powerRole = UsbPort.POWER_ROLE_SOURCE;
504 powerRole = UsbPort.POWER_ROLE_SOURCE;

Completed in 167 milliseconds