Searched refs:contextHubHandle (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/location/ |
D | ContextHubService.java | 273 public ContextHubInfo getContextHubInfo(int contextHubHandle) throws RemoteException { 275 if (!mContextHubIdToInfoMap.containsKey(contextHubHandle)) { 276 Log.e(TAG, "Invalid Context Hub handle " + contextHubHandle + " in getContextHubInfo"); 280 return mContextHubIdToInfoMap.get(contextHubHandle); 355 public int loadNanoApp(int contextHubHandle, NanoApp nanoApp) throws RemoteException { 360 if (!isValidContextHubId(contextHubHandle)) { 361 Log.e(TAG, "Invalid Context Hub handle " + contextHubHandle + " in loadNanoApp"); 372 createLoadTransactionCallback(contextHubHandle, nanoAppBinary); 375 contextHubHandle, nanoAppBinary, onCompleteCallback); 415 int contextHubHandle, NanoAppFilter filter) throws RemoteException { [all …]
|
/frameworks/base/core/java/android/hardware/location/ |
D | IContextHubService.aidl | 44 ContextHubInfo getContextHubInfo(int contextHubHandle); in getContextHubInfo() argument 47 int loadNanoApp(int contextHubHandle, in NanoApp nanoApp); in loadNanoApp() argument 56 int[] findNanoAppOnHub(int contextHubHandle, in NanoAppFilter filter); in findNanoAppOnHub() argument 59 int sendMessage(int contextHubHandle, int nanoAppHandle, in ContextHubMessage msg); in sendMessage() argument
|