Home
last modified time | relevance | path

Searched defs:propConfig (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java170 protected int getTokenForProperty(HalPropConfig propConfig) { in getTokenForProperty()
282 HalPropConfig propConfig; in requestDiagnosticStart() local
312 HalPropConfig propConfig; in requestDiagnosticStop() local
341 HalPropConfig propConfig; in getCurrentDiagnosticValue() local
376 HalPropConfig propConfig = getPropConfig(halPropId); in getPropConfigArray() local
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/hal/test/
DAidlVehiclePropConfigBuilder.java34 private AidlVehiclePropConfigBuilder(VehiclePropConfig propConfig) { in AidlVehiclePropConfigBuilder()
47 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone()
DHidlVehiclePropConfigBuilder.java46 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone()
DDiagnosticEventBuilder.java105 public DiagnosticEventBuilder(VehiclePropConfig propConfig) { in DiagnosticEventBuilder()
/packages/services/Car/tools/emulator/
Ddiagnostic_builder.py55 def __init__(self, propConfig): argument
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java111 VehiclePropConfig propConfig = new VehiclePropConfig(); in initHalService() local
165 VehiclePropConfig propConfig = new VehiclePropConfig(); in testCoreId_IntegerOverflow() local
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DVehiclePropertyPublisher.java330 PropertyData(CarPropertyConfig propConfig) { in PropertyData()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVhalConfigParser.java289 ConfigDeclaration propConfig = parseEachProperty(propertyObject, errors); in parseJsonConfig() local
298 allPropConfigs.put(propConfig.getConfig().prop, propConfig); in parseJsonConfig() local
DFakeVehicleStub.java708 HalPropConfig propConfig = realVehiclePropConfigs[i]; in overrideConfigsForSpecialProp() local
711 fakePropConfigsByPropId.put(propConfig.getPropId(), propConfig); in overrideConfigsForSpecialProp() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java189 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local
209 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, 123); in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local
227 HalPropConfig propConfig = getPropConfigByPropId(fakeVehicleStub.getAllPropConfigs(), in testGetAllPropConfigsWithSpecialProp() local
1714 ConfigDeclaration propConfig = new ConfigDeclaration( in createParseResult() local
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1432 CarPropertyConfig<?> propConfig = getCarPropertyConfig(propertyId); in getAreaId() local