Home
last modified time | relevance | path

Searched defs:halPropConfig (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropConfigTest.java185 AidlHalPropConfig halPropConfig = new AidlHalPropConfig(aidlConfig); in testAidlHalPropConfigWithNoArea() local
201 AidlHalPropConfig halPropConfig = new AidlHalPropConfig(aidlConfig); in testAidlHalPropConfigWithArea() local
219 AidlHalPropConfig halPropConfig = new AidlHalPropConfig(aidlConfig); in testToVehiclePropConfig_forAidlConfig() local
228 HidlHalPropConfig halPropConfig = new HidlHalPropConfig(hidlConfig); in testHidlHalPropConfigWithNoArea() local
247 HidlHalPropConfig halPropConfig = new HidlHalPropConfig(hidlConfig); in testHidlHalPropConfigWithArea() local
265 HidlHalPropConfig halPropConfig = new HidlHalPropConfig(hidlConfig); in testToVehiclePropConfig_forHidlConfig() local
274 HalPropConfig halPropConfig = new AidlHalPropConfig(aidlVehiclePropConfig); in toCarPropertyConfig_populatesGlobalAreaId() local
297 HalPropConfig halPropConfig = new AidlHalPropConfig(aidlVehiclePropConfig); in toCarPropertyConfig_convertsIntegerMinMax() local
317 HalPropConfig halPropConfig = new AidlHalPropConfig(aidlVehiclePropConfig); in toCarPropertyConfig_doesNotConvertIntegerMinMaxIfBothZero() local
336 HalPropConfig halPropConfig = new AidlHalPropConfig(aidlVehiclePropConfig); in toCarPropertyConfig_convertsLongMinMax() local
[all …]
DVmsHalServiceTest.java113 HalPropConfig halPropConfig = new AidlHalPropConfig(propConfig); in initHalService() local
167 HalPropConfig halPropConfig = new AidlHalPropConfig(propConfig); in testCoreId_IntegerOverflow() local
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java611 HalPropConfig halPropConfig; in parseGetAsyncResults() local
1075 HalPropConfig halPropConfig = mHalPropIdToPropConfig.valueAt(i); in getPropertyList() local
1098 HalPropConfig halPropConfig; in getProperty() local
1476 HalPropConfig halPropConfig = mHalPropIdToPropConfig.get(halPropId); in onHalEvents() local
1613 HalPropConfig halPropConfig = mHalPropIdToPropConfig.valueAt(i); in dump() local
1776 HalPropConfig halPropConfig = mHalPropIdToPropConfig.get(halPropId); in sendGetInitialValueAndSubscribeUpdateEvent() local
1902 HalPropConfig halPropConfig = mHalPropIdToPropConfig.get(halPropId); in carPropertyValueToHalPropValueLocked() local
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java329 HalPropConfig halPropConfig = mPropConfigsByPropId.get(propId); in getAccess() local