platform_hardware_interfaces/rebootescrow/aidl/default
Jooyung Han 229528a08f use vector<uint8_t> for byte[] in AIDL
In native world, byte stream is typically represented in uint8_t[]
or vector<uint8_t>. C++ backend already generates that way. This
change involves NDK backend.

Now NDK backend also uses vector<uint8_t> just like C++ backend.

Bug: 144957764
Test: atest CtsNdkBinderTestCases
Merged-In: I8de348b57cf92dd99b3ee16252f56300ce5f4683
Change-Id: I8de348b57cf92dd99b3ee16252f56300ce5f4683
(cherry picked from commit 9070318462)

Exempt-From-Owner-Approval: cp from master to avoid merge-conflict
2020-03-23 16:12:46 +00:00
..
include/rebootescrow-impl use vector<uint8_t> for byte[] in AIDL 2020-03-23 16:12:46 +00:00
Android.bp rebootescrow: use package as name 2020-01-06 13:21:52 -08:00
HadamardUtils.cpp Use a constant-time MAX function 2020-03-13 15:22:23 +00:00
HadamardUtils.h Speed up encoding 2019-12-23 21:40:18 -08:00
HadamardUtilsTest.cpp Transpose the encoding matrix 2019-12-20 12:03:21 -08:00
OWNERS Add owners file for rebootescrow 2020-01-06 10:41:53 -08:00
rebootescrow-default.rc Resume-on-Reboot: use uevent to chown 2020-01-27 08:58:22 -08:00
rebootescrow-default.xml Resume on Reboot default implementation 2019-12-19 09:59:40 -08:00
RebootEscrow.cpp use vector<uint8_t> for byte[] in AIDL 2020-03-23 16:12:46 +00:00
service.cpp rebootescrow: use property to find device 2020-01-28 10:14:04 -08:00