Revert "Initial implementation of broadcast radio HAL."
This reverts commit a33b3419a3c1a4853fc748f24877241b2496ab36.
Change-Id: I8e1c0f3891f02febe148e837b48b80e645a24ce2
diff --git a/broadcastradio/1.0/ITunerCallback.hal b/broadcastradio/1.0/ITunerCallback.hal
index a7e1260..f805472 100644
--- a/broadcastradio/1.0/ITunerCallback.hal
+++ b/broadcastradio/1.0/ITunerCallback.hal
@@ -72,9 +72,7 @@
/*
* Method called by the HAL when metadata for current station
* are updated.
- * @param channel The channel the metadata is associated with.
- * @param subChannel The sub channel the metadata is associated with.
- * @param metadata A list of all updated metada.
+ * @param metadatas A list of all updated metada.
*/
- oneway newMetadata(uint32_t channel, uint32_t subChannel, vec<MetaData> metadata);
+ oneway newMetadata(vec<MetaData> metadatas);
};
\ No newline at end of file