Home
last modified time | relevance | path

Searched refs:notifyRoleSwitchStatus (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/usb/1.0/default/
H A DUsb.cpp102 mCallback->notifyRoleSwitchStatus(portName, newRole, in switchRole()
111 Return<void> ret = mCallback->notifyRoleSwitchStatus(portName, newRole, Status::ERROR); in switchRole()
/aosp12/hardware/interfaces/usb/1.0/
H A DIUsbCallback.hal44 oneway notifyRoleSwitchStatus(string portName, PortRole newRole, Status retval);
H A DIUsb.hal50 * query would be sent through the IUsbCallback object's notifyRoleSwitchStatus
/aosp12/hardware/interfaces/usb/1.1/vts/functional/
H A DVtsHalUsbV1_1TargetTest.cpp112 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback
/aosp12/hardware/interfaces/usb/1.0/vts/functional/
H A DVtsHalUsbV1_0TargetTest.cpp87 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbHidlTest::UsbCallback
/aosp12/hardware/interfaces/usb/1.2/vts/functional/
H A DVtsHalUsbV1_2TargetTest.cpp138 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbPortManager.java794 public void notifyRoleSwitchStatus(String portName, PortRole role, int retval) { in notifyRoleSwitchStatus() method in UsbPortManager.HALCallback
/aosp12/frameworks/base/services/
H A Dart-profile41486 PLcom/android/server/usb/UsbPortManager$HALCallback;->notifyRoleSwitchStatus(Ljava/lang/String;Land…