Searched refs:mSubscribedProperties (Results 1 – 1 of 1) sorted by relevance
85 private final HashMap<Integer, SubscribeOptions> mSubscribedProperties = new HashMap<>(); field in VehicleHal129 SubscribeOptions[] options = mSubscribedProperties.values() in vehicleHalReconnected()179 for (int p : mSubscribedProperties.keySet()) { in release()187 mSubscribedProperties.clear(); in release()266 mSubscribedProperties.put(property, opts); in subscribeProperty()293 mSubscribedProperties.remove(property); in unsubscribeProperty()381 SubscribeOptions opts = mSubscribedProperties.get(propId); in getSampleRate()