Home
last modified time | relevance | path

Searched defs:notifyRoleSwitchStatus (Results 1 – 4 of 4) sorted by relevance

/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