Home
last modified time | relevance | path

Searched refs:currentPowerRole (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java473 sim.currentPowerRole = newPowerRole; in setPortRoles()
500 if (currentPowerRole != newPowerRole) { in setPortRoles()
579 portInfo.currentPowerRole = powerRole; in connectSimulatedPort()
619 portInfo.currentPowerRole = 0; in disconnectSimulatedPort()
937 currentPowerRole, currentDataRole); in addOrUpdatePortLocked()
975 currentPowerRole, canChangePowerRole, in addOrUpdatePortLocked()
1012 currentPowerRole, canChangePowerRole, in addOrUpdatePortLocked()
1318 public int currentPowerRole; field in UsbPortManager.RawPortInfo
1350 this.currentPowerRole = currentPowerRole; in RawPortInfo()
1375 dest.writeInt(currentPowerRole); in writeToParcel()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbPortStatus.java235 public UsbPortStatus(int currentMode, int currentPowerRole, int currentDataRole, in UsbPortStatus() argument
239 mCurrentPowerRole = currentPowerRole; in UsbPortStatus()
362 int currentPowerRole = in.readInt();
367 return new UsbPortStatus(currentMode, currentPowerRole, currentDataRole,
/aosp12/hardware/interfaces/usb/1.0/vts/functional/
H A DVtsHalUsbV1_0TargetTest.cpp76 parent_.usb_last_port_status.currentPowerRole = in notifyPortStatusChange()
77 currentPortStatus[0].currentPowerRole; in notifyPortStatusChange()
/aosp12/hardware/interfaces/usb/1.0/
H A Dtypes.hal173 PortPowerRole currentPowerRole;
/aosp12/hardware/interfaces/usb/1.0/default/
H A DUsb.cpp253 currentPortStatus[i].currentPowerRole = in getPortStatusHelper()