Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DIContextHubWrapper.java317 short hostEndpointId, int contextHubId, NanoAppMessage message) in sendMessageToContextHub()
336 public abstract int unloadNanoapp(int contextHubId, long nanoappId, in unloadNanoapp()
343 public abstract int enableNanoapp(int contextHubId, long nanoappId, in enableNanoapp()
350 public abstract int disableNanoapp(int contextHubId, long nanoappId, in disableNanoapp()
370 public abstract long[] getPreloadedNanoappIds(int contextHubId); in getPreloadedNanoappIds()
425 ContextHubAidlCallback(int contextHubId, ICallback callback) { in ContextHubAidlCallback()
629 public int loadNanoapp(int contextHubId, NanoAppBinary binary, in loadNanoapp()
719 public long[] getPreloadedNanoappIds(int contextHubId) { in getPreloadedNanoappIds()
733 public void registerExistingCallback(int contextHubId) { in registerExistingCallback()
894 public int loadNanoapp(int contextHubId, NanoAppBinary binary, in loadNanoapp()
[all …]
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<NanoAppState> nanoappStateList) { in updateCache()
181 private void handleQueryAppEntry(int contextHubId, long nanoAppId, int nanoAppVersion) { in handleQueryAppEntry()
H A DContextHubClientManager.java229 int contextHubId, short hostEndpointId, NanoAppMessage message, in onMessageFromNanoApp()
288 /* package */ void onNanoAppLoaded(int contextHubId, long nanoAppId) { in onNanoAppLoaded()
296 /* package */ void onNanoAppUnloaded(int contextHubId, long nanoAppId) { in onNanoAppUnloaded()
303 /* package */ void onHubReset(int contextHubId) { in onHubReset()
312 /* package */ void onNanoAppAborted(int contextHubId, long nanoAppId, int abortCode) { in onNanoAppAborted()
323 int contextHubId, Consumer<ContextHubClientBroker> callback) { in forEachClientOfHub()
363 int contextHubId, NanoAppMessage message, List<String> nanoappPermissions, in broadcastMessage()
378 int contextHubId, PendingIntent pendingIntent, long nanoAppId) { in getClientBroker()
H A DContextHubEventLogger.java49 public final int contextHubId; field in ContextHubEventLogger.ContextHubEventBase
242 public synchronized void logNanoappLoad(int contextHubId, long nanoappId, int nanoappVersion, in logNanoappLoad()
260 public synchronized void logNanoappUnload(int contextHubId, long nanoappId, boolean success) { in logNanoappUnload()
277 public synchronized void logMessageFromNanoapp(int contextHubId, NanoAppMessage message, in logMessageFromNanoapp()
299 public synchronized void logMessageToNanoapp(int contextHubId, NanoAppMessage message, in logMessageToNanoapp()
319 public synchronized void logContextHubRestart(int contextHubId) { in logContextHubRestart()
H A DContextHubService.java183 ContextHubServiceCallback(int contextHubId) { in ContextHubServiceCallback()
250 private IContextHubClientCallback createDefaultClientCallback(int contextHubId) { in createDefaultClientCallback()
273 contextHubId, in createDefaultClientCallback() local
H A DContextHubShellCommand.java55 int contextHubId = Integer.decode(getNextArgRequired()); in runDisableAuth() local
H A DContextHubTransactionManager.java128 int contextHubId, NanoAppBinary nanoAppBinary, in createLoadTransaction()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DIContextHubService.aidl72 int contextHubId, in IContextHubClientCallback client, in String attributionTag, in createClient()
78 int contextHubId, in PendingIntent pendingIntent, long nanoAppId, in createPendingIntentClient()
88 int contextHubId, in IContextHubTransactionCallback transactionCallback, in loadNanoAppOnHub()
94 int contextHubId, in IContextHubTransactionCallback transactionCallback, in unloadNanoAppFromHub()
100 int contextHubId, in IContextHubTransactionCallback transactionCallback, in enableNanoApp()
106 int contextHubId, in IContextHubTransactionCallback transactionCallback, in disableNanoApp()
111 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()