Home
last modified time | relevance | path

Searched defs:halPropId (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java117 private VehiclePropConfig getPropConfig(int halPropId) { in getPropConfig()
121 private List<Integer> getPropConfigArray(int halPropId) { in getPropConfigArray()
126 private int getNumIntegerSensors(int halPropId) { in getNumIntegerSensors()
140 private int getNumFloatSensors(int halPropId) { in getNumFloatSensors()
DPropertyHalServiceBase.java86 int halPropId = managerToHalPropId(mgrPropId); in getProperty() local
102 int halPropId = managerToHalPropId(prop.getPropertyId()); in setProperty() local
228 abstract protected int halToManagerPropId(int halPropId); in halToManagerPropId()
DHvacHalService.java80 protected int halToManagerPropId(int halPropId) { in halToManagerPropId()
DCabinHalService.java162 protected int halToManagerPropId(int halPropId) { in halToManagerPropId()
DVendorExtensionHalService.java40 protected int halToManagerPropId(int halPropId) { in halToManagerPropId()
DHalServiceBase.java98 int getManagerPropId(int halPropId) { in getManagerPropId()
DCarPropertyUtils.java66 static VehiclePropValue toVehiclePropValue(CarPropertyValue carProp, int halPropId) { in toVehiclePropValue()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java321 private void verifyEventsFromSingleProperty(int mgrPropId, int halPropId) throws Exception { in verifyEventsFromSingleProperty()