summaryrefslogtreecommitdiffstats
path: root/broadcastradio/2.0/ITunerCallback.hal
diff options
context:
space:
mode:
Diffstat (limited to 'broadcastradio/2.0/ITunerCallback.hal')
-rw-r--r--broadcastradio/2.0/ITunerCallback.hal10
1 files changed, 6 insertions, 4 deletions
diff --git a/broadcastradio/2.0/ITunerCallback.hal b/broadcastradio/2.0/ITunerCallback.hal
index ede8350ef..b20a0b2d9 100644
--- a/broadcastradio/2.0/ITunerCallback.hal
+++ b/broadcastradio/2.0/ITunerCallback.hal
@@ -17,12 +17,14 @@ package android.hardware.broadcastradio@2.0;
interface ITunerCallback {
/**
- * Method called by the HAL when a tuning operation fails
+ * Method called by the HAL when a tuning operation fails asynchronously
* following a step(), scan() or tune() command.
*
- * @param result OK if tune succeeded;
- * TIMEOUT in case of time out.
- * @param selector A ProgramSelector structure passed from tune(),
+ * This callback is only called when the step(), scan() or tune() command
+ * returned OK at first.
+ *
+ * @param result TIMEOUT in case of time out.
+ * @param selector A ProgramSelector structure passed from tune() call;
* empty for step() and scan().
*/
oneway onTuneFailed(Result result, ProgramSelector selector);