Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java144 private final BidirectionalSparseIntArray mMgrPropIdToHalPropId; field in PropertyHalServiceConfigs
184 mMgrPropIdToHalPropId = BidirectionalSparseIntArray.create(halPropIdMgrIdArray); in PropertyHalServiceConfigs()
447 return mMgrPropIdToHalPropId.getValue(mgrPropId, mgrPropId); in managerToHalPropId()
454 return mMgrPropIdToHalPropId.getKey(halPropId, halPropId); in halToManagerPropId()