Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalServiceBaseTest.java81 assertThat(halPropIdMap.getHalPropId(EXISTENT_MANAGER_PROP_ID)) in testManagerToHalPropIdMap_getHalPropId()
90 .that(halPropIdMap.getHalPropId(HalServiceBase.NOT_SUPPORTED_PROPERTY)) in testManagerToHalPropIdMap_getHalPropId_returnsDefaultHalPropId()
/packages/services/Car/service/src/com/android/car/hal/
DHalServiceBase.java139 int getHalPropId(int managerPropId) { in getHalPropId() method in HalServiceBase.ManagerToHalPropIdMap
DVehicleHal.java186 int getHalPropId() { in getHalPropId() method in VehicleHal.HalSubscribeOptions
217 return mHalPropId == o.getHalPropId() && mUpdateRateHz == o.getUpdateRateHz() in equals()
704 int property = halSubscribeOption.getHalPropId(); in createVhalSubscribeOptionsLocked()