Home
last modified time | relevance | path

Searched refs:nanoApp (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/contexthub/1.0/
H A DIContexthub.hal66 * Loads a nanoApp. After loading, the nanoApp's init method must be called.
67 * After the init method for nanoApp returns success, this must be indicated
80 * @param appBinary contains the binary representation of the nanoApp, plus
97 * Unloads a nanoApp. Before the unload, the apps deinit method is called.
118 * Enables a nanoApp. The app's init method is called.
139 * Disables a nanoApp. The app's deinit method is called.
167 * returned. A modifiable nanoApp is one that can be
H A DIContexthubCallback.hal59 * @param abortCode code passed by the nanoApp.
71 * @param appInfo vector of HubAppinfo structure for each nanoApp on the
H A Dtypes.hal38 // The version of the CHRE API that this nanoApp was compiled against. See
41 // this nanoApp.
/aosp12/frameworks/base/core/java/android/hardware/location/
H A DIContextHubService.aidl47 int loadNanoApp(int contextHubHandle, in NanoApp nanoApp); in loadNanoApp() argument
/aosp12/hardware/interfaces/contexthub/1.2/
H A DIContexthubCallback.hal45 * @param appInfo vector of HubAppinfo structure for each nanoApp
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java482 public int loadNanoApp(int contextHubHandle, NanoApp nanoApp) throws RemoteException {
491 if (nanoApp == null) {
497 NanoAppBinary nanoAppBinary = new NanoAppBinary(nanoApp.getAppBinary());