Searched refs:notifyRoleSwitchStatus (Results 1 – 6 of 6) sorted by relevance
44 oneway notifyRoleSwitchStatus(string portName, PortRole newRole, Status retval);
50 * query would be sent through the IUsbCallback object's notifyRoleSwitchStatus
112 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback
102 mCallback->notifyRoleSwitchStatus(portName, newRole, in switchRole()111 Return<void> ret = mCallback->notifyRoleSwitchStatus(portName, newRole, Status::ERROR); in switchRole()
87 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbHidlTest::UsbCallback
138 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback