Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DContextHubIntentEvent.java48 private ContextHubIntentEvent( in ContextHubIntentEvent()
60 private ContextHubIntentEvent( in ContextHubIntentEvent()
66 private ContextHubIntentEvent( in ContextHubIntentEvent()
73 private ContextHubIntentEvent( in ContextHubIntentEvent()
80 private ContextHubIntentEvent( in ContextHubIntentEvent()
/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/
H A DChreTestUtil.java203 ContextHubManager contextHubManager, ContextHubInfo contextHubInfo) { in queryNanoAppsAssertSuccess()
228 ContextHubInfo contextHubInfo, long nanoAppId) { in getNanoAppVersion()
/aosp12/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
H A DChreCrossValidatorBase.java66 ChreCrossValidatorBase(ContextHubManager contextHubManager, ContextHubInfo contextHubInfo, in ChreCrossValidatorBase()
H A DChreCrossValidatorWifi.java82 ContextHubManager contextHubManager, ContextHubInfo contextHubInfo, in ChreCrossValidatorWifi()
H A DChreCrossValidatorSensor.java121 ContextHubInfo contextHubInfo, NanoAppBinary nanoAppBinary, int apSensorType) in ChreCrossValidatorSensor()
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubClientManager.java157 ContextHubInfo contextHubInfo, IContextHubClientCallback clientCallback, in registerClient()
198 ContextHubInfo contextHubInfo, PendingIntent pendingIntent, long nanoAppId, in registerClient()
H A DContextHubClientBroker.java315 ContextHubClientManager clientManager, ContextHubInfo contextHubInfo, in ContextHubClientBroker()
345 ContextHubClientManager clientManager, ContextHubInfo contextHubInfo, in ContextHubClientBroker()
355 ContextHubClientManager clientManager, ContextHubInfo contextHubInfo, in ContextHubClientBroker()
H A DContextHubService.java223 ContextHubInfo contextHubInfo = mContextHubIdToInfoMap.get(contextHubId); in ContextHubService() local