commit | 51207514eb834ee1a3c1d3218a9615116dc15bab | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Dec 03 16:24:48 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Dec 13 09:27:38 2019 +0900 |
tree | 1af90c549976b7d12f5b776daf1345853f2ade06 | |
parent | fa12f52ba2c0f528277bfe7d7543f5f53361850c [diff] |
unique_fd is passed by value in AIDL interfaces FileDescriptor type in AIDL was translated into const unique_fd& in C++. Now, it is unique_fd, i.e. passed by value, to make it easier to keep it beyond the scope of the call. Bug: 144943748 Test: m Change-Id: Ic6b1a4cba71c0fedb206b5ca3fb65b9944bbd69f