summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2016-10-12 21:27:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-12 21:27:59 +0000
commitf37268c34f12894b5b1a2458bc59edd3007b8c9f (patch)
tree5a5c164a538ae134cea03e35d0f03cd4375a60a6
parentdd0f5c94c22a097578084dc954e8bddf1edbcf6e (diff)
parentf056782698608092b5d30dcc7f712dcfa934e50b (diff)
downloaddevice_google_contexthub-f37268c34f12894b5b1a2458bc59edd3007b8c9f.tar.gz
device_google_contexthub-f37268c34f12894b5b1a2458bc59edd3007b8c9f.tar.bz2
device_google_contexthub-f37268c34f12894b5b1a2458bc59edd3007b8c9f.zip
CHRE API: Clarify chreAbort()'s immediate effect
am: f056782698 Change-Id: I816013c5e30186e1cf2accc8e9ba7c808a95552b
-rw-r--r--inc/chre_re.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/chre_re.h b/inc/chre_re.h
index cea5ecb0..332b5e62 100644
--- a/inc/chre_re.h
+++ b/inc/chre_re.h
@@ -281,6 +281,8 @@ bool chreTimerCancel(uint32_t timerId);
* @param abortCode A value indicating the reason for aborting. (Note that
* in this version of the API, there is no way for anyone to access this
* code, but future APIs may expose it.)
+ * @returns Never. This method does not return, as the CHRE stops nanoapp
+ * execution immediately.
*/
void chreAbort(uint32_t abortCode);