Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1076 int mgrPropId = halToManagerPropId(halPropConfig.getPropId()); in getPropertyList()
1283 && CarPropertyHelper.isSupported(halToManagerPropId(halPropId)); in isSupportedProperty()
1489 int mgrPropId = halToManagerPropId(halPropId); in onHalEvents()
1554 int mgrPropId = halToManagerPropId(vehiclePropError.propId); in onPropertySetError()
1955 private int halToManagerPropId(int mgrPropId) { in halToManagerPropId() method in PropertyHalService
1956 return mPropertyHalServiceConfigs.halToManagerPropId(mgrPropId); in halToManagerPropId()
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java453 public int halToManagerPropId(int halPropId) { in halToManagerPropId() method in PropertyHalServiceConfigs
463 return VehiclePropertyIds.toString(halToManagerPropId(halPropId)); in halPropIdToName()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java664 assertThat(mPropertyHalServiceConfigs.halToManagerPropId( in testHalToManagerPropId()