Home
last modified time | relevance | path

Searched defs:contextHubId (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DIContextHubService.aidl63 int contextHubId, in IContextHubClientCallback client, in String attributionTag, in createClient()
68 int contextHubId, in PendingIntent pendingIntent, long nanoAppId, in createPendingIntentClient()
76 int contextHubId, in IContextHubTransactionCallback transactionCallback, in loadNanoAppOnHub()
81 int contextHubId, in IContextHubTransactionCallback transactionCallback, in unloadNanoAppFromHub()
86 int contextHubId, in IContextHubTransactionCallback transactionCallback, in enableNanoApp()
91 int contextHubId, in IContextHubTransactionCallback transactionCallback, in disableNanoApp()
95 void queryNanoApps(int contextHubId, in IContextHubTransactionCallback transactionCallback); in queryNanoApps()
H A DNanoAppInstanceInfo.java59 public NanoAppInstanceInfo(int handle, long appId, int appVersion, int contextHubId) { in NanoAppInstanceInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DNanoAppStateManager.java90 synchronized int getNanoAppHandle(int contextHubId, long nanoAppId) { in getNanoAppHandle()
111 synchronized void addNanoAppInstance(int contextHubId, long nanoAppId, int nanoAppVersion) { in addNanoAppInstance()
142 synchronized void removeNanoAppInstance(int contextHubId, long nanoAppId) { in removeNanoAppInstance()
154 synchronized void updateCache(int contextHubId, List<HubAppInfo> nanoAppInfoList) { in updateCache()
179 private void handleQueryAppEntry(int contextHubId, long nanoAppId, int nanoAppVersion) { in handleQueryAppEntry()
H A DContextHubClientManager.java236 int contextHubId, ContextHubMsg message, List<String> nanoappPermissions, in onMessageFromNanoApp()
293 /* package */ void onNanoAppLoaded(int contextHubId, long nanoAppId) { in onNanoAppLoaded()
301 /* package */ void onNanoAppUnloaded(int contextHubId, long nanoAppId) { in onNanoAppUnloaded()
308 /* package */ void onHubReset(int contextHubId) { in onHubReset()
317 /* package */ void onNanoAppAborted(int contextHubId, long nanoAppId, int abortCode) { in onNanoAppAborted()
328 int contextHubId, Consumer<ContextHubClientBroker> callback) { in forEachClientOfHub()
368 int contextHubId, NanoAppMessage message, List<String> nanoappPermissions, in broadcastMessage()
383 int contextHubId, PendingIntent pendingIntent, long nanoAppId) { in getClientBroker()
H A DContextHubShellCommand.java55 int contextHubId = Integer.decode(getNextArgRequired()); in runDisableAuth() local
H A DContextHubTransactionManager.java139 int contextHubId, NanoAppBinary nanoAppBinary, in createLoadTransaction()
H A DContextHubService.java142 ContextHubServiceCallback(int contextHubId) { in ContextHubServiceCallback()
318 private IContextHubClientCallback createDefaultClientCallback(int contextHubId) { in createDefaultClientCallback()
H A DContextHubClientBroker.java402 int contextHubId = mAttachedContextHubInfo.getId(); in sendMessageToNanoApp() local