Searched defs:Nanoapp (Results 1 - 1 of 1) sorted by relevance

/system/chre/core/include/chre/core/
H A Dnanoapp.h30 * A class that tracks the state of a Nanoapp including incoming events and
34 * implementation part (chre::Nanoapp) from the common interface with
38 * referred to via the most-derived type, i.e. chre::Nanoapp.
40 class Nanoapp : public PlatformNanoapp { class in namespace:chre
43 * @return The unique identifier for this Nanoapp instance
50 * Assigns an instance ID to this Nanoapp. This must be called prior to
51 * starting this Nanoapp.
64 * Updates the Nanoapp's registration so that it will receive broadcast events
72 * Updates the Nanoapp's registration so that it will not receive broadcast

Completed in 3376 milliseconds