Searched refs:halPropIds (Results 1 – 2 of 2) sorted by relevance
203 List<Integer> halPropIds = new ArrayList<>(); in getAllSystemHalPropIds() local205 halPropIds.add(mHalPropIdToCarSvcConfig.keyAt(i)); in getAllSystemHalPropIds()207 return halPropIds; in getAllSystemHalPropIds()
1268 ArraySet<Integer> halPropIds = mSubManager.getCurrentSubscribedPropIds(); in release() local1269 for (int i = 0; i < halPropIds.size(); i++) { in release()1270 int halPropId = halPropIds.valueAt(i); in release()