Searched refs:mSubscribedProperties (Results 1 – 1 of 1) sorted by relevance
86 private final HashMap<Integer, SubscribeOptions> mSubscribedProperties = new HashMap<>(); field in VehicleHal130 SubscribeOptions[] options = mSubscribedProperties.values() in vehicleHalReconnected()180 for (int p : mSubscribedProperties.keySet()) { in release()188 mSubscribedProperties.clear(); in release()267 mSubscribedProperties.put(property, opts); in subscribeProperty()294 mSubscribedProperties.remove(property); in unsubscribeProperty()382 SubscribeOptions opts = mSubscribedProperties.get(propId); in getSampleRate()