summaryrefslogtreecommitdiffstats
path: root/contexthub
diff options
context:
space:
mode:
authorAshutosh Joshi <ashutoshj@google.com>2017-01-09 23:33:03 -0800
committerAshutosh Joshi <ashutoshj@google.com>2017-01-09 23:33:03 -0800
commit1abbee3fd7da83dcac8bdfbdcc7e2a1788cad701 (patch)
tree94bad7c8bd032fc4267edb325cc4a05a13db54e2 /contexthub
parent06fe970b1934838189f006eb55a05ebc8767ff11 (diff)
downloadandroid_hardware_interfaces-1abbee3fd7da83dcac8bdfbdcc7e2a1788cad701.tar.gz
android_hardware_interfaces-1abbee3fd7da83dcac8bdfbdcc7e2a1788cad701.tar.bz2
android_hardware_interfaces-1abbee3fd7da83dcac8bdfbdcc7e2a1788cad701.zip
Remove context hub reboot method.
Remove context hub reboot method. This was an unutilized method in the HAL definition. Test: update makefiles. Change-Id: I5d14966d6105b406e7177019e18ec06de0e04f53
Diffstat (limited to 'contexthub')
-rw-r--r--contexthub/1.0/IContexthub.hal14
1 files changed, 0 insertions, 14 deletions
diff --git a/contexthub/1.0/IContexthub.hal b/contexthub/1.0/IContexthub.hal
index 8c792fd38..00f26abf2 100644
--- a/contexthub/1.0/IContexthub.hal
+++ b/contexthub/1.0/IContexthub.hal
@@ -154,18 +154,4 @@ interface IContexthub {
*
*/
queryApps(uint32_t hubId) generates (Result result);
-
- /**
- * Reboots context hub OS, restarts all the nanoApps.
- * No reboot notification is sent to nanoApps; reboot happens immediately
- * and unconditionally; all volatile contexthub state and any data is lost
- * as a result.
- *
- * @param hubId identifer of the contextHub
- *
- * @return result OK on success
- * BAD_VALUE if parameters are not sane
- *
- */
- reboot(uint32_t hubId) generates (Result result);
};