Searched refs:nanoApp (Results 1 – 6 of 6) sorted by relevance
66 * 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 indicated80 * @param appBinary contains the binary representation of the nanoApp, plus97 * 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
59 * @param abortCode code passed by the nanoApp.71 * @param appInfo vector of HubAppinfo structure for each nanoApp on the
38 // The version of the CHRE API that this nanoApp was compiled against. See41 // this nanoApp.
47 int loadNanoApp(int contextHubHandle, in NanoApp nanoApp); in loadNanoApp() argument
45 * @param appInfo vector of HubAppinfo structure for each nanoApp
482 public int loadNanoApp(int contextHubHandle, NanoApp nanoApp) throws RemoteException {491 if (nanoApp == null) {497 NanoAppBinary nanoAppBinary = new NanoAppBinary(nanoApp.getAppBinary());