commit | f35719abdd79846c4a8c77b4d65dd77c82b97053 | [log] [tgz] |
---|---|---|
author | Fan Xu <fanxu@google.com> | Wed Oct 10 11:38:31 2018 -0700 |
committer | Tianyu Jiang <tianyuj@google.com> | Thu Oct 11 00:37:03 2018 +0000 |
tree | 90775b2ff27b4ff7b27ea0047375f3abc512d368 | |
parent | 72c0b57f6495d9ce3db3e4ab823862cb040e1c27 [diff] |
Migrate from aidl to manual implementation Since aidl does not support uint32_t as there is no unsigned int in Java, after discussion we decided to stop using aidl as there are many low-level flags implemented as unsigned int in current system, and it will be more effort to fit them into aidl than write the boiler plate by ourselves. Test: "atest buffer_hub_binder_service-test" passed. Bug: 117559794 Change-Id: I81c799e9507d686e92e34544c9b48b91c7a37157