Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java203 List<Integer> halPropIds = new ArrayList<>(); in getAllSystemHalPropIds() local
205 halPropIds.add(mHalPropIdToCarSvcConfig.keyAt(i)); in getAllSystemHalPropIds()
207 return halPropIds; in getAllSystemHalPropIds()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1268 ArraySet<Integer> halPropIds = mSubManager.getCurrentSubscribedPropIds(); in release() local
1269 for (int i = 0; i < halPropIds.size(); i++) { in release()
1270 int halPropId = halPropIds.valueAt(i); in release()