commit | 73b7652e001732cf01978800d00f6d604a7755e3 | [log] [tgz] |
---|---|---|
author | Ricky Niu <rickyniu@google.com> | Thu Feb 10 14:52:12 2022 +0800 |
committer | Ricky Niu <rickyniu@google.com> | Wed Nov 02 16:09:51 2022 +0800 |
tree | a8a9f2c1489d084cd840c9690ad527a971ccdc6d | |
parent | 8a1c807ceeb69dc8ddde420133bf41a5c1e18e04 [diff] |
Migrate IUsbGadget to AIDL This change migrates android.hardware.usb.IUsbGadget to AIDL and adds the default implementation. Compared to the HIDL interface, AIDL based interface adds transactionId argument to each of the interface method which is used while invoking the corresponding callback. Bug: 218791946 Test: USB function switch success and AIDL service is running. Signed-off-by: Ricky Niu <rickyniu@google.com> Change-Id: Ie05354660f13c8047e2c1712bf373e8699874d28