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/PrimaryDevice.cpp b/audio/2.0/default/PrimaryDevice.cpp index 9f5180c..a8aa5ec 100644 --- a/audio/2.0/default/PrimaryDevice.cpp +++ b/audio/2.0/default/PrimaryDevice.cpp
@@ -119,7 +119,7 @@ return mDevice->setParameters(parameters); } -Return<void> PrimaryDevice::debugDump(const native_handle_t* fd) { +Return<void> PrimaryDevice::debugDump(const hidl_handle& fd) { return mDevice->debugDump(fd); }