Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d0b6833 authored by Ashutosh Joshi's avatar Ashutosh Joshi Committed by Android (Google) Code Review
Browse files

Merge "Remove context hub reboot method."

parents 72620bea 1abbee3f
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -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);
};