HomeSort by relevance Sort by last modified time
    Searched refs:ContextHubClientBroker (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
ContextHubClientManager.java 61 * A mapping of host endpoint IDs to the ContextHubClientBroker object of registered clients.
65 private final ConcurrentHashMap<Short, ContextHubClientBroker> mHostEndPointIdToClientMap =
91 ContextHubClientBroker broker = createNewClientBroker(clientCallback, contextHubId);
122 ContextHubClientBroker proxy = mHostEndPointIdToClientMap.get(message.hostEndPoint);
182 * Creates a new ContextHubClientBroker object for a client and registers it with the client
188 * @return the ContextHubClientBroker object
192 private synchronized ContextHubClientBroker createNewClientBroker(
198 ContextHubClientBroker broker = null;
202 broker = new ContextHubClientBroker(
231 private void forEachClientOfHub(int contextHubId, Consumer<ContextHubClientBroker> callback)
    [all...]
ContextHubClientBroker.java 40 public class ContextHubClientBroker extends IContextHubClient.Stub
42 private static final String TAG = "ContextHubClientBroker";
79 /* package */ ContextHubClientBroker(

Completed in 65 milliseconds