Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DDiagnosticHalService.java162 protected int getTokenForProperty(VehiclePropConfig propConfig) { in getTokenForProperty()
249 VehiclePropConfig propConfig; in requestDiagnosticStart() local
278 VehiclePropConfig propConfig; in requestDiagnosticStop() local
306 VehiclePropConfig propConfig; in getCurrentDiagnosticValue() local
336 VehiclePropConfig propConfig = getPropConfig(halPropId); in getPropConfigArray() local
H A DPropertyHalService.java188 VehiclePropConfig propConfig; in getProperty() local
289 VehiclePropConfig propConfig; in setProperty() local
437 VehiclePropConfig propConfig; in onHalEvents() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h50 VehiclePropConfig propConfig; member
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedVehicleHal.cpp271 static bool isDiagnosticProperty(VehiclePropConfig propConfig) { in isDiagnosticProperty()
423 void EmulatedVehicleHal::initObd2LiveFrame(const VehiclePropConfig& propConfig) { in initObd2LiveFrame()
435 void EmulatedVehicleHal::initObd2FreezeFrame(const VehiclePropConfig& propConfig) { in initObd2FreezeFrame()
H A DVehicleHalServer.cpp33 static bool isDiagnosticProperty(VehiclePropConfig propConfig) { in isDiagnosticProperty()
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
H A DDiagnosticEventBuilder.java101 public DiagnosticEventBuilder(VehiclePropConfig propConfig) { in DiagnosticEventBuilder()
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DVehiclePropConfigBuilder.java46 private VehiclePropConfig clone(VehiclePropConfig propConfig) { in clone()
/aosp12/packages/services/Car/tools/emulator/
H A Ddiagnostic_builder.py55 def __init__(self, propConfig): argument
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVmsHalServiceTest.java105 VehiclePropConfig propConfig = new VehiclePropConfig(); in initHalService() local
157 VehiclePropConfig propConfig = new VehiclePropConfig(); in testCoreId_IntegerOverflow() local
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyManager.java423 CarPropertyConfig<?> propConfig = getCarPropertyConfig(propId); in getAreaId() local