Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java111 private final SparseArray<SubscribeOptions> mSubscribedProperties = new SparseArray<>(); field in VehicleHal
272 for (int i = 0; i < mSubscribedProperties.size(); i++) { in release()
273 subscribedProperties.add(mSubscribedProperties.keyAt(i)); in release()
275 mSubscribedProperties.clear(); in release()
377 mSubscribedProperties.put(property, opts); in subscribeProperty()
410 mSubscribedProperties.remove(property); in unsubscribeProperty()
620 opts = mSubscribedProperties.get(propId); in getSampleRate()