/hardware/interfaces/usb/aidl/android/hardware/usb/ |
D | IUsbCallback.aidl | 50 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/ |
D | IUsbCallback.aidl | 38 …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/ |
D | IUsbCallback.aidl | 38 …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/ |
D | IUsbCallback.aidl | 38 …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/ |
D | IUsbCallback.aidl | 38 …oneway void notifyRoleSwitchStatus(in String portName, in android.hardware.usb.PortRole newRole, i… in notifyRoleSwitchStatus() method
|
/hardware/interfaces/usb/1.0/ |
D | IUsbCallback.hal | 44 oneway notifyRoleSwitchStatus(string portName, PortRole newRole, Status retval);
|
D | IUsb.hal | 50 * query would be sent through the IUsbCallback object's notifyRoleSwitchStatus
|
/hardware/interfaces/usb/1.1/vts/functional/ |
D | VtsHalUsbV1_1TargetTest.cpp | 113 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback
|
/hardware/interfaces/usb/1.0/default/ |
D | Usb.cpp | 102 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/ |
D | VtsHalUsbV1_0TargetTest.cpp | 87 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbHidlTest::UsbCallback
|
/hardware/interfaces/usb/1.2/vts/functional/ |
D | VtsHalUsbV1_2TargetTest.cpp | 138 Return<void> notifyRoleSwitchStatus(const hidl_string& /*portName*/, in notifyRoleSwitchStatus() function in UsbCallback
|
/hardware/interfaces/usb/aidl/vts/ |
D | VtsAidlUsbTargetTest.cpp | 101 ScopedAStatus notifyRoleSwitchStatus(const string& /*portName*/, const PortRole& newRole, in notifyRoleSwitchStatus() function in UsbAidlTest::UsbCallback
|
/hardware/interfaces/usb/aidl/default/ |
D | Usb.cpp | 320 ScopedAStatus ret = mCallback->notifyRoleSwitchStatus( in switchRole()
|