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.java112 private final HashMap<Integer, SubscribeOptions> mSubscribedProperties = new HashMap<>(); field in VehicleHal
183 SubscribeOptions[] options = mSubscribedProperties.values() in vehicleHalReconnected()
272 for (int p : mSubscribedProperties.keySet()) { in release()
280 mSubscribedProperties.clear(); in release()
376 mSubscribedProperties.put(property, opts); in subscribeProperty()
409 mSubscribedProperties.remove(property); in unsubscribeProperty()
551 SubscribeOptions opts = mSubscribedProperties.get(propId); in getSampleRate()