Home
last modified time | relevance | path

Searched defs:endpointId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/contexthub/
DHubEndpointInfo.java64 public HubEndpointIdentifier(long hubId, long endpointId) { in HubEndpointIdentifier()
180 long endpointId = in.readLong(); in HubEndpointInfo() local
/frameworks/base/core/java/android/hardware/location/
DIContextHubService.aidl132 List<HubEndpointInfo> findEndpoints(long endpointId); in findEndpoints()
144 …void registerEndpointDiscoveryCallbackId(long endpointId, in IContextHubEndpointDiscoveryCallback … in registerEndpointDiscoveryCallbackId()
/frameworks/base/services/core/java/com/android/server/location/contexthub/
DHubInfoRegistry.java79 long endpointId) in DiscoveryCallback()
299 long endpointId, IContextHubEndpointDiscoveryCallback callback) { in registerEndpointDiscoveryCallback()
DContextHubEndpointManager.java275 long endpointId = getNewEndpointId(); in registerEndpoint() local
353 /* package */ void unregisterEndpoint(long endpointId) { in unregisterEndpoint()
DContextHubServiceUtil.java452 static EndpointInfo createHalEndpointInfo(HubEndpointInfo info, long endpointId, long hubId) { in createHalEndpointInfo()