Home | History | Annotate | Download | only in hal

Lines Matching defs:subscription

143             Log.d(TAG, "Checking for first subscription. Layer: " + layer);
149 // Add the listeners subscription to the layer
163 Log.d(TAG, "Trying to remove a layer with no subscription: " + layer);
168 // Remove the listeners subscription to the layer
199 // Add the listeners subscription to the layer
212 Log.i(TAG, "Trying to remove a layer with no subscription: " +
217 // Remove the listeners subscription to the layer
291 // Add the listeners subscription to the layer
307 // Add the listeners subscription to the layer
320 Log.i(TAG, "Trying to remove a layer with no subscription: " + layer);
324 // Remove the listeners subscription to the layer
340 Log.i(TAG, "Trying to remove a layer with no subscription: " + layer);
344 // Remove the listeners subscription to the layer
377 * Notify all the publishers and the HAL on subscription changes regardless of who triggered
381 * @param hasSubscribers indicates if the notification is for subscription or unsubscription.
709 VmsSubscriptionState subscription = getSubscriptionState();
713 v.int32Values.add(subscription.getSequenceNumber());
714 Set<VmsLayer> layers = subscription.getLayers();