Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPropertyHalService.java87 private Set<Integer> mSubscribedHalPropIds; field in PropertyHalService
131 mSubscribedHalPropIds = new HashSet<Integer>(); in PropertyHalService()
323 mSubscribedHalPropIds.add(halPropId); in subscribeProperty()
343 if (mSubscribedHalPropIds.contains(halPropId)) { in unsubscribeProperty()
344 mSubscribedHalPropIds.remove(halPropId); in unsubscribeProperty()
363 for (Integer halProp : mSubscribedHalPropIds) { in release()
366 mSubscribedHalPropIds.clear(); in release()