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

  /hardware/interfaces/usb/1.0/
IUsb.hal 32 oneway switchRole(string portName, PortRole role);
  /hardware/interfaces/usb/1.0/default/
Usb.h 36 Return<void> switchRole(const hidl_string& portName, const PortRole& role) override;
Usb.cpp 85 Return<void> Usb::switchRole(const hidl_string& portName,
  /device/google/marlin/usb/
Usb.h 43 Return<void> switchRole(const hidl_string& portName, const PortRole& role) override;
Usb.cpp 191 Return<void> Usb::switchRole(const hidl_string &portName,
  /device/google/wahoo/usb/
Usb.h 45 Return<void> switchRole(const hidl_string& portName, const V1_0::PortRole& role) override;
Usb.cpp 240 Return<void> Usb::switchRole(const hidl_string &portName,
  /hardware/interfaces/usb/1.0/vts/functional/
VtsHalUsbV1_0TargetTest.cpp 213 Return<void> ret = usb->switchRole("", role);
243 Return<void> ret = usb->switchRole(portBeingSwitched.c_str(), role);
290 Return<void> ret = usb->switchRole(portBeingSwitched.c_str(), role);
336 Return<void> ret = usb->switchRole(portBeingSwitched.c_str(), role);
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 262 mProxy.switchRole(portId, newRole);
275 mProxy.switchRole(portId, newRole);
290 mProxy.switchRole(portId, newRole);
    [all...]

Completed in 258 milliseconds