Searched refs:contextHubInfo (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | ContextHubIntentEvent.java | 49 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent() 52 mContextHubInfo = contextHubInfo; in ContextHubIntentEvent() 61 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType) { in ContextHubIntentEvent() 62 this(contextHubInfo, eventType, -1 /* nanoAppId */, null /* nanoAppMessage */, in ContextHubIntentEvent() 67 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent() 69 this(contextHubInfo, eventType, nanoAppId, null /* nanoAppMessage */, in ContextHubIntentEvent() 74 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent() 76 this(contextHubInfo, eventType, nanoAppId, nanoAppMessage, -1 /* nanoAppAbortCode */, in ContextHubIntentEvent() 81 @NonNull ContextHubInfo contextHubInfo, @ContextHubManager.Event int eventType, in ContextHubIntentEvent() 83 this(contextHubInfo, eventType, nanoAppId, null /* nanoAppMessage */, nanoAppAbortCode, in ContextHubIntentEvent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubClientManager.java | 149 ContextHubInfo contextHubInfo, IContextHubClientCallback clientCallback, in registerClient() argument 156 mContext, mContextHubProxy, this /* clientManager */, contextHubInfo, in registerClient() 190 ContextHubInfo contextHubInfo, PendingIntent pendingIntent, long nanoAppId, in registerClient() argument 195 broker = getClientBroker(contextHubInfo.getId(), pendingIntent, nanoAppId); in registerClient() 200 mContext, mContextHubProxy, this /* clientManager */, contextHubInfo, in registerClient()
|
H A D | ContextHubServiceUtil.java | 77 for (ContextHubInfo contextHubInfo : hubList) { in createContextHubInfoMap() 78 contextHubIdToInfoMap.put(contextHubInfo.getId(), contextHubInfo); in createContextHubInfoMap() local
|
H A D | ContextHubClientBroker.java | 335 ContextHubInfo contextHubInfo, in ContextHubClientBroker() argument 346 mAttachedContextHubInfo = contextHubInfo; in ContextHubClientBroker() 386 ContextHubInfo contextHubInfo, in ContextHubClientBroker() argument 396 contextHubInfo, in ContextHubClientBroker() 410 ContextHubInfo contextHubInfo, in ContextHubClientBroker() argument 420 contextHubInfo, in ContextHubClientBroker()
|
H A D | ContextHubService.java | 371 ContextHubInfo contextHubInfo = entry.getValue(); 385 contextHubInfo, createDefaultClientCallback(contextHubId), 996 ContextHubInfo contextHubInfo = mContextHubIdToInfoMap.get(contextHubId); 998 contextHubInfo, clientCallback, attributionTag, mTransactionManager, packageName); 1023 ContextHubInfo contextHubInfo = mContextHubIdToInfoMap.get(contextHubId); 1025 contextHubInfo, pendingIntent, nanoAppId, attributionTag, mTransactionManager);
|