summaryrefslogtreecommitdiffstats
path: root/media/bufferpool/2.0/IObserver.hal
diff options
context:
space:
mode:
Diffstat (limited to 'media/bufferpool/2.0/IObserver.hal')
-rw-r--r--media/bufferpool/2.0/IObserver.hal3
1 files changed, 2 insertions, 1 deletions
diff --git a/media/bufferpool/2.0/IObserver.hal b/media/bufferpool/2.0/IObserver.hal
index a99883691..62f247e14 100644
--- a/media/bufferpool/2.0/IObserver.hal
+++ b/media/bufferpool/2.0/IObserver.hal
@@ -29,6 +29,7 @@ interface IObserver {
* message.
*
* @param connectionId the connection Id of the specific buffer pool client
+ * @param msgId Id of the most recent message
*/
- oneway onMessage(int64_t connectionId);
+ oneway onMessage(int64_t connectionId, uint32_t msgId);
};