commit | b0a302ff11d97f8214ef6ebb81b1f75e3ce31485 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Wed Nov 24 05:18:15 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sat Dec 11 11:40:55 2021 +0900 |
tree | 3c25bdfd197bf56a1cdf6e3bfefc5191c4c2a8ce | |
parent | 8a3ab3aadc2b54e140dac4c0e5eb389ffe2e5fc3 [diff] |
binder_ndk: readData/writeData These new APIs are similar to Parcel::readData/writeData. They are just a dispatcher to the actual read/write APIs based on types. This simplifies the NDK backend code generation. This is a preparation step to support fixed-size arrays in AIDL. Bug: 207087196 Test: atest CtsNdkBinderTestCases aidl_integration_test Change-Id: I2c876a622b0b7d3c379bf05f8416a52cec235854