Searched refs:halPropId (Results 1 – 5 of 5) sorted by relevance
93 private int halToManagerPropId(int halPropId) { in halToManagerPropId() argument94 return PROPERTY_ID_HAL_TO_MANAGER.getOrDefault(halPropId, halPropId); in halToManagerPropId()98 private boolean isPropertySupportedInVehicle(int halPropId) { in isPropertySupportedInVehicle() argument99 return mHalPropIdToVehiclePropConfig.contains(halPropId); in isPropertySupportedInVehicle()168 int halPropId = managerToHalPropId(mgrPropId); in getProperty() local169 if (!isPropertySupportedInVehicle(halPropId)) { in getProperty()174 VehiclePropValue value = mVehicleHal.get(halPropId, areaId); in getProperty()175 if (isMixedTypeProperty(halPropId)) { in getProperty()178 propConfig = mHalPropIdToVehiclePropConfig.get(halPropId); in getProperty()192 int halPropId = managerToHalPropId(mgrPropId); in getSampleRate() local[all …]
320 private VehiclePropConfig getPropConfig(int halPropId) { in getPropConfig() argument323 config = mVehiclePropertyToConfig.get(halPropId, null); in getPropConfig()328 private List<Integer> getPropConfigArray(int halPropId) { in getPropConfigArray() argument329 VehiclePropConfig propConfig = getPropConfig(halPropId); in getPropConfigArray()333 private int getNumIntegerSensors(int halPropId) { in getNumIntegerSensors() argument335 List<Integer> configArray = getPropConfigArray(halPropId); in getNumIntegerSensors()339 "assuming 0.", halPropId)); in getNumIntegerSensors()347 private int getNumFloatSensors(int halPropId) { in getNumFloatSensors() argument349 List<Integer> configArray = getPropConfigArray(halPropId); in getNumFloatSensors()353 "assuming 0.", halPropId)); in getNumFloatSensors()
121 static VehiclePropValue toVehiclePropValue(CarPropertyValue carProp, int halPropId) { in toVehiclePropValue() argument123 vehicleProp.prop = halPropId; in toVehiclePropValue()173 int halPropId, int[] configArray) { in toMixedVehiclePropValue() argument178 vehicleProp.prop = halPropId; in toMixedVehiclePropValue()
126 int getManagerPropId(int halPropId) { in getManagerPropId() argument127 return mMap.getKey(halPropId, NOT_SUPPORTED_PROPERTY); in getManagerPropId()
259 private void verifyEventsFromSingleProperty(int mgrPropId, int halPropId) throws Exception { in verifyEventsFromSingleProperty() argument271 .setProp(halPropId) in verifyEventsFromSingleProperty()