Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DVmsPublisherService.java58 private final Map<String, PublisherProxy> mPublisherProxies = Collections.synchronizedMap(
90 mPublisherProxies.values().forEach(PublisherProxy::unregister); in release()
110 PublisherProxy publisherProxy = new PublisherProxy(publisherName, publisherToken, in onClientConnected()
120 PublisherProxy existingProxy = mPublisherProxies.put(publisherName, publisherProxy); in onClientConnected()
133 PublisherProxy proxy = mPublisherProxies.remove(publisherName); in onClientDisconnected()
139 private class PublisherProxy extends IVmsPublisherService.Stub implements class in VmsPublisherService
146 PublisherProxy(String name, IBinder token, in PublisherProxy() method in VmsPublisherService.PublisherProxy