Home
last modified time | relevance | path

Searched refs:IContextHubClient (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DContextHubClientManager.java24 import android.hardware.location.IContextHubClient;
90 /* package */ IContextHubClient registerClient( in registerClient()
111 return IContextHubClient.Stub.asInterface(broker); in registerClient()
125 /* package */ IContextHubClient registerClient( in registerClient()
143 return IContextHubClient.Stub.asInterface(broker); in registerClient()
DContextHubService.java33 import android.hardware.location.IContextHubClient;
103 private final Map<Integer, IContextHubClient> mDefaultClientMap;
172 HashMap<Integer, IContextHubClient> defaultClientMap = new HashMap<>(); in ContextHubService()
175 IContextHubClient client = mClientManager.registerClient( in ContextHubService()
492 IContextHubClient client = mDefaultClientMap.get(contextHubHandle);
620 public IContextHubClient createClient(
646 public IContextHubClient createPendingIntentClient(
DContextHubClientBroker.java29 import android.hardware.location.IContextHubClient;
47 public class ContextHubClientBroker extends IContextHubClient.Stub
/frameworks/base/core/java/android/hardware/location/
DIContextHubService.aidl28 import android.hardware.location.IContextHubClient;
62 IContextHubClient createClient(int contextHubId, in IContextHubClientCallback client); in createClient()
65 IContextHubClient createPendingIntentClient( in createPendingIntentClient()
DContextHubClient.java44 private IContextHubClient mClientProxy = null;
79 /* package */ void setClientProxy(IContextHubClient clientProxy) { in setClientProxy()
DIContextHubClient.aidl25 interface IContextHubClient { interface
DContextHubManager.java740 IContextHubClient clientProxy;
816 IContextHubClient clientProxy;
/frameworks/base/
DAndroid.bp201 "core/java/android/hardware/location/IContextHubClient.aidl",
/frameworks/base/services/
Dart-profile7940 …Landroid/hardware/location/IContextHubClientCallback;)Landroid/hardware/location/IContextHubClient;
7953 …Landroid/hardware/location/IContextHubClientCallback;)Landroid/hardware/location/IContextHubClient;