summaryrefslogtreecommitdiffstats
path: root/broadcastradio/1.0/ITuner.hal
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2017-01-06 14:19:11 -0800
committerTomasz Wasilczyk <twasilczyk@google.com>2017-01-06 14:19:11 -0800
commit5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19 (patch)
tree0987a1e44db0f03c80c3a236473fa8e88a37a0e0 /broadcastradio/1.0/ITuner.hal
parent3427948833fd1c8f2be308fa160165cc5b5d4b14 (diff)
downloadandroid_hardware_interfaces-5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19.tar.gz
android_hardware_interfaces-5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19.tar.bz2
android_hardware_interfaces-5cc9d866d2d7aeb05f05dcaa1296e28a7caeed19.zip
Make metadata field mandatory for program info struct.
Test: VTS, manual Change-Id: I532dbb0f3d9cb5194265c67fd1328bce55e43b9d
Diffstat (limited to 'broadcastradio/1.0/ITuner.hal')
-rw-r--r--broadcastradio/1.0/ITuner.hal4
1 files changed, 1 insertions, 3 deletions
diff --git a/broadcastradio/1.0/ITuner.hal b/broadcastradio/1.0/ITuner.hal
index 5e2bffe38..ae4b2849a 100644
--- a/broadcastradio/1.0/ITuner.hal
+++ b/broadcastradio/1.0/ITuner.hal
@@ -103,11 +103,9 @@ interface ITuner {
/*
* Retrieve current station information.
- * @param withMetadata True if Metadata should be returned, false otherwise.
* @return result OK if scan successfully started
* NOT_INITIALIZED if another error occurs
* @return info Current program information.
*/
- getProgramInformation(bool withMetadata)
- generates(Result result, ProgramInfo info);
+ getProgramInformation() generates(Result result, ProgramInfo info);
};