Home
last modified time | relevance | path

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

/hardware/interfaces/usb/aidl/android/hardware/usb/
DIUsbCallback.aidl50 void notifyRoleSwitchStatus(in String portName, in PortRole newRole, in Status retval, in notifyRoleSwitchStatus() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/current/android/hardware/usb/
DIUsbCallback.aidl38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/2/android/hardware/usb/
DIUsbCallback.aidl38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/3/android/hardware/usb/
DIUsbCallback.aidl38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() method
/hardware/interfaces/usb/aidl/aidl_api/android.hardware.usb/1/android/hardware/usb/
DIUsbCallback.aidl38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() method
/hardware/interfaces/usb/1.0/
DIUsbCallback.hal44 oneway notifyRoleSwitchStatus(string portName, PortRole newRole, Status retval);
DIUsb.hal50 * query would be sent through the IUsbCallback object's notifyRoleSwitchStatus
/hardware/interfaces/usb/1.1/vts/functional/
DVtsHalUsbV1_1TargetTest.cpp113 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback
/hardware/interfaces/usb/1.0/default/
DUsb.cpp102 mCallback->notifyRoleSwitchStatus(portName, newRole, in switchRole()
111 Return<void> ret = mCallback->notifyRoleSwitchStatus(portName, newRole, Status::ERROR); in switchRole()
/hardware/interfaces/usb/1.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp87 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbHidlTest::UsbCallback
/hardware/interfaces/usb/1.2/vts/functional/
DVtsHalUsbV1_2TargetTest.cpp138 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback
/hardware/interfaces/usb/aidl/vts/
DVtsAidlUsbTargetTest.cpp101 ScopedAStatus notifyRoleSwitchStatus(const string& /*portName*/, const PortRole& newRole, in notifyRoleSwitchStatus() function in UsbAidlTest::UsbCallback
/hardware/interfaces/usb/aidl/default/
DUsb.cpp320 ScopedAStatus ret = mCallback->notifyRoleSwitchStatus( in switchRole()