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

/frameworks/base/services/core/java/com/android/server/location/
H A DContextHubService.java266 public ContextHubInfo getContextHubInfo(int contextHubHandle) throws RemoteException { argument
268 if (!mContextHubIdToInfoMap.containsKey(contextHubHandle)) {
269 Log.e(TAG, "Invalid Context Hub handle " + contextHubHandle + " in getContextHubInfo");
273 return mContextHubIdToInfoMap.get(contextHubHandle);
348 public int loadNanoApp(int contextHubHandle, NanoApp nanoApp) throws RemoteException { argument
353 if (!isValidContextHubId(contextHubHandle)) {
354 Log.e(TAG, "Invalid Context Hub handle " + contextHubHandle + " in loadNanoApp");
365 createLoadTransactionCallback(contextHubHandle, nanoAppBinary);
368 contextHubHandle, nanoAppBinary, onCompleteCallback);
408 int contextHubHandle, NanoAppFilte
407 findNanoAppOnHub( int contextHubHandle, NanoAppFilter filter) argument
451 sendMessage(int contextHubHandle, int nanoAppHandle, ContextHubMessage msg) argument
774 onMessageReceiptOldApi( int msgType, int contextHubHandle, int appInstance, byte[] data) argument
[all...]

Completed in 43 milliseconds