commit | 70b9a15df00a42b319279d903bf5923564920e3b | [log] [tgz] |
---|---|---|
author | Martijn Coenen <maco@google.com> | Fri Nov 18 15:29:32 2016 +0100 |
committer | Martijn Coenen <maco@google.com> | Tue Nov 22 09:03:11 2016 +0100 |
tree | 9bb696c0959aec429415d72a225a0311fb65c4c4 | |
parent | c296154a2fcedde074d793b16aa5c1f8e65b8330 [diff] [blame] |
Use newly introduced hidl_handle. Bug: 32089785 Test: builds Change-Id: I27c7d3945e1fe390661bf322987011a00fe9b3fe
diff --git a/audio/2.0/default/StreamOut.cpp b/audio/2.0/default/StreamOut.cpp index 34bae29..2106256 100644 --- a/audio/2.0/default/StreamOut.cpp +++ b/audio/2.0/default/StreamOut.cpp
@@ -128,7 +128,7 @@ return mStreamCommon->setParameters(parameters); } -Return<void> StreamOut::debugDump(const native_handle_t* fd) { +Return<void> StreamOut::debugDump(const hidl_handle& fd) { return mStreamCommon->debugDump(fd); }