Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java134 private PairSparseArray<RateInfo> mRateInfoByPropIdAreaId = new PairSparseArray<>(); field in VehicleHal
532 for (int i = 0; i < mRateInfoByPropIdAreaId.size(); i++) { in release()
533 int propertyId = mRateInfoByPropIdAreaId.keyPairAt(i)[0]; in release()
536 mRateInfoByPropIdAreaId.clear(); in release()
663 PairSparseArray<RateInfo> previousState = cloneState(mRateInfoByPropIdAreaId); in subscribeProperty()
676 mRateInfoByPropIdAreaId = previousState; in subscribeProperty()
683 mRateInfoByPropIdAreaId = previousState; in subscribeProperty()
800 mRateInfoByPropIdAreaId.put(property, filteredAreaIds[j], rateInfo); in createVhalSubscribeOptionsLocked()
811 RateInfo savedRateInfo = mRateInfoByPropIdAreaId.get(property, areaIds[i]); in filterAreaIdsWithSameRateInfo()
894 PairSparseArray<RateInfo> previousState = cloneState(mRateInfoByPropIdAreaId); in unsubscribeProperty()
[all …]