Home
last modified time | relevance | path

Searched refs:switchRole (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/usb/aidl/android/hardware/usb/
DIUsb.aidl93 void switchRole(in String portName, in PortRole role, long transactionId); in switchRole() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/1/android/hardware/usb/
DIUsb.aidl42 …oneway void switchRole(in String portName, in android.hardware.usb.PortRole role, long transaction… in switchRole() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/3/android/hardware/usb/
DIUsb.aidl42 …oneway void switchRole(in String portName, in android.hardware.usb.PortRole role, long transaction… in switchRole() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/current/android/hardware/usb/
DIUsb.aidl42 …oneway void switchRole(in String portName, in android.hardware.usb.PortRole role, long transaction… in switchRole() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/2/android/hardware/usb/
DIUsb.aidl42 …oneway void switchRole(in String portName, in android.hardware.usb.PortRole role, long transaction… in switchRole() method
/hardware/interfaces/usb/1.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp201 Return<void> ret = usb->switchRole("", role); in TEST_P()
232 Return<void> ret = usb->switchRole(portBeingSwitched.c_str(), role); in TEST_P()
278 Return<void> ret = usb->switchRole(portBeingSwitched.c_str(), role); in TEST_P()
/hardware/interfaces/usb/1.0/default/
DUsb.h36 Return<void> switchRole(const hidl_string& portName, const PortRole& role) override;
DUsb.cpp85 Return<void> Usb::switchRole(const hidl_string& portName, in switchRole() function in android::hardware::usb::V1_0::implementation::Usb
/hardware/interfaces/usb/aidl/default/
DUsb.h53 ScopedAStatus switchRole(const string& in_portName, const PortRole& in_role,
DUsb.cpp278 ScopedAStatus Usb::switchRole(const string& in_portName, in switchRole() function in aidl::android::hardware::usb::Usb
/hardware/interfaces/usb/1.0/
DIUsbCallback.hal38 * Used to notify the result of the switchRole call to the caller.
DIUsb.hal32 oneway switchRole(string portName, PortRole role);
/hardware/interfaces/usb/aidl/vts/
DVtsAidlUsbTargetTest.cpp340 const auto& ret = usb->switchRole("", role, transactionId); in TEST_P()
373 const auto& ret = usb->switchRole(portBeingSwitched, role, transactionId); in TEST_P()
412 const auto& ret = usb->switchRole(portBeingSwitched, role, transactionId); in TEST_P()