Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DVehiclePropertyPublisher.java109 ArraySet<DataSubscriber> subscribers = mCarPropertyToSubscribers.get(propertyId); in addDataSubscriber() local
110 if (subscribers == null) { in addDataSubscriber()
111 subscribers = new ArraySet<>(); in addDataSubscriber()
112 mCarPropertyToSubscribers.put(propertyId, subscribers); in addDataSubscriber()
119 subscribers.add(subscriber); in addDataSubscriber()
133 ArraySet<DataSubscriber> subscribers = mCarPropertyToSubscribers.get(propertyId); in removeDataSubscriber() local
134 if (subscribers == null) { in removeDataSubscriber()
137 subscribers.remove(subscriber); in removeDataSubscriber()
138 if (subscribers.isEmpty()) { in removeDataSubscriber()
164 ArraySet<DataSubscriber> subscribers = mCarPropertyToSubscribers.get(propertyId); in hasDataSubscriber() local
[all …]
/aosp12/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java187 List<IVehicleCallback> subscribers = mSubscribers.get(opt.propId); in subscribe() local
188 if (subscribers == null) { in subscribe()
189 subscribers = new ArrayList<>(); in subscribe()
190 mSubscribers.put(opt.propId, subscribers); in subscribe()
193 for (IVehicleCallback s : subscribers) { in subscribe()
196 subscribers.remove(callback); in subscribe()
201 subscribers.add(callback); in subscribe()
214 List<IVehicleCallback> subscribers = mSubscribers.get(propId); in unsubscribe() local
215 if (subscribers != null) { in unsubscribe()
216 subscribers.remove(callback); in unsubscribe()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/vms/
H A DVmsBrokerService.java238 Collection<VmsClientInfo> subscribers; in deliverToSubscribers() local
240 subscribers = mClientMap.values().stream() in deliverToSubscribers()
245 if (DBG) Slog.d(TAG, String.format("Number of subscribers: %d", subscribers.size())); in deliverToSubscribers()
247 if (subscribers.isEmpty()) { in deliverToSubscribers()
253 for (VmsClientInfo subscriber : subscribers) { in deliverToSubscribers()
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/proto/
H A Dtelemetry.proto53 repeated Subscriber subscribers = 4; field
80 // It pushes metrics to the subscribers periodically or when garage mode starts.
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal4491 * A request from the subscribers to the VMS service to subscribe to a layer.
4505 * A request from the subscribers to the VMS service to unsubscribes from a layer.
4526 * A request from the subscribers to the VMS service to get the available layers.
4533 * A request from the publishers to the VMS service to get the layers with subscribers.
4540 * A response from the VMS service to the subscribers to a VmsMessageType.AVAILABILITY_REQUEST
4547 * A notification from the VMS service to the subscribers on a change in the available layers.
4561 …* A notification from the VMS service to the publishers on a change in the layers with subscribers.
4568 * A message from the VMS service to the subscribers or from the publishers to the VMS service
4592 * A request from the subscribers to the VMS service to get information for a Publisher ID.
4599 … * A response from the VMS service to the subscribers that contains a provider description packet
[all …]
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...