summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshutosh Joshi <ashutoshj@google.com>2017-01-11 18:08:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-01-11 18:08:37 +0000
commit0d0b6833f63e7c46c14064d804a13ab76b737f2b (patch)
treebcbb92f86fbd9993ffac020274f344b33fcad4ba
parent72620bea30ec475ebf9a346261f672c7086cc444 (diff)
parent1abbee3fd7da83dcac8bdfbdcc7e2a1788cad701 (diff)
downloadplatform_hardware_interfaces-0d0b6833f63e7c46c14064d804a13ab76b737f2b.tar.gz
platform_hardware_interfaces-0d0b6833f63e7c46c14064d804a13ab76b737f2b.tar.bz2
platform_hardware_interfaces-0d0b6833f63e7c46c14064d804a13ab76b737f2b.zip
Merge "Remove context hub reboot method."
-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 2c864a2625..1d136d32b1 100644
--- a/contexthub/1.0/IContexthub.hal
+++ b/contexthub/1.0/IContexthub.hal
@@ -161,18 +161,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);
};