commit | b8ba23418aa6868ec14e82c29311021e382a19bc | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Nov 25 11:03:38 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Sat Nov 30 20:58:45 2019 +0900 |
tree | 5da0e254ba6fd03803a9c30ec3b77be1a5bca283 | |
parent | c850bdbec58228e8f441133378158cf41d385718 [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: I2b87761401361f9cf96cdda070f26e70a5c6c935