Home
last modified time | relevance | path

Searched defs:rateInfo (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java229 RateInfo rateInfo = mRateInfoByClient.get(client); in remove() local
492 RateInfo rateInfo = diffRateInfoByPropIdAreaId.get(propertyId, areaId); in getCarSubscription() local
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java781 RateInfo rateInfo = new RateInfo(samplingRateHz, enableVariableUpdateRate, resolution); in createVhalSubscribeOptionsLocked() local
807 private int[] filterAreaIdsWithSameRateInfo(int property, int[] areaIds, RateInfo rateInfo) { in filterAreaIdsWithSameRateInfo()