Templatize MQDescriptor and rename to fmq_sync/fmq_unsync
Bug: 33948735
Test: builds, FMQ unit tests and benchmarks pass.
Change-Id: I5c3beff2c6a69e151e0cb11af299956638cc441b
diff --git a/graphics/composer/2.1/IComposerClient.hal b/graphics/composer/2.1/IComposerClient.hal
index 1a82215..b0bd837 100644
--- a/graphics/composer/2.1/IComposerClient.hal
+++ b/graphics/composer/2.1/IComposerClient.hal
@@ -554,7 +554,7 @@
* @return error is NONE upon success. Otherwise,
* NO_RESOURCES when failed to set the queue temporarily.
*/
- setInputCommandQueue(MQDescriptorSync descriptor)
+ setInputCommandQueue(fmq_sync<uint32_t> descriptor)
generates (Error error);
/*
@@ -568,7 +568,7 @@
*/
getOutputCommandQueue()
generates (Error error,
- MQDescriptorSync descriptor);
+ fmq_sync<uint32_t> descriptor);
/*
* Executes commands from the input command message queue. Return values