diff options
| author | 2019-11-25 11:06:16 +0900 | |
|---|---|---|
| committer | 2019-12-08 00:31:32 +0900 | |
| commit | 3b25ae153fb5aaa1d2f70600b45604e3665f0da2 (patch) | |
| tree | 0daaeaa1a2c6a8edb639f666746074d7e35e2b60 /libs/gui/BufferQueueThreadState.cpp | |
| parent | 470eee763633c0ef2afb59415e777b8a6a9ca869 (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: Id0fead2717b1f6a3b9a1867efa8b588b59d3fbd2
Diffstat (limited to 'libs/gui/BufferQueueThreadState.cpp')
0 files changed, 0 insertions, 0 deletions