Searched refs:mSubscribedProperties (Results 1 – 1 of 1) sorted by relevance
111 private final SparseArray<SubscribeOptions> mSubscribedProperties = new SparseArray<>(); field in VehicleHal272 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()