bufferpool2.0: apply hidl interface update
Bug: 112203066
Change-Id: I2f797f72c34d923f4b9efa5cf6eefad468458233
diff --git a/media/bufferpool/2.0/BufferStatus.h b/media/bufferpool/2.0/BufferStatus.h
index a74f0a5..777a320 100644
--- a/media/bufferpool/2.0/BufferStatus.h
+++ b/media/bufferpool/2.0/BufferStatus.h
@@ -56,7 +56,7 @@
* NO_MEMORY when there is no memory.
* CRITICAL_ERROR otherwise.
*/
- ResultStatus open(ConnectionId id, const QueueDescriptor** fmqDescPtr);
+ ResultStatus open(ConnectionId id, const StatusDescriptor** fmqDescPtr);
/** Closes an FMQ for the specified connection(client).
*
@@ -89,7 +89,7 @@
*
* @param fmqDesc Descriptor of the created FMQ.
*/
- BufferStatusChannel(const QueueDescriptor &fmqDesc);
+ BufferStatusChannel(const StatusDescriptor &fmqDesc);
/** Returns whether the FMQ is connected successfully. */
bool isValid();