commit | 65c86c08a141a89d29ed3c7df4f33ca9c6b7e554 | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Thu Nov 17 15:12:18 2016 +0100 |
committer | Martijn Coenen <maco@google.com> | Thu Nov 17 15:29:36 2016 +0100 |
tree | 9f01920bb41887784a9978d8d5eb499f7ab5d107 | |
parent | 511cc493e33959b3b5b9e11692e946a54e139de8 [diff] |
Cast hidl_pointer<T> to void*. hidl_pointer<T> can only allow one implicit conversion operator, and native_handle_t* is the one that makes most sense. Hence, this requires an explicit cast. Bug: 32089785 Test: builds Change-Id: Ie952ee2e4f0c20fa33f793403d51f3d550257310