Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java143 private final SparseArray<CarSvcPropertyConfig> mHalPropIdToCarSvcConfig; field in PropertyHalServiceConfigs
164 mHalPropIdToCarSvcConfig = parseJsonConfig(defaultConfigInputStream, in PropertyHalServiceConfigs()
173 for (int i = 0; i < mHalPropIdToCarSvcConfig.size(); i++) { in PropertyHalServiceConfigs()
174 CarSvcPropertyConfig config = mHalPropIdToCarSvcConfig.valueAt(i); in PropertyHalServiceConfigs()
204 for (int i = 0; i < mHalPropIdToCarSvcConfig.size(); i++) { in getAllSystemHalPropIds()
205 halPropIds.add(mHalPropIdToCarSvcConfig.keyAt(i)); in getAllSystemHalPropIds()
237 if (!mHalPropIdToCarSvcConfig.contains(halPropId)) { in getAllPossibleSupportedEnumValues()
240 Set<Integer> dataEnums = mHalPropIdToCarSvcConfig.get(halPropId).dataEnums; in getAllPossibleSupportedEnumValues()
263 CarSvcPropertyConfig carSvcPropertyConfig = mHalPropIdToCarSvcConfig.get(propId); in checkPayload()
288 CarSvcPropertyConfig carSvcPropertyConfig = mHalPropIdToCarSvcConfig.get( in getReadPermission()
[all …]