Home
last modified time | relevance | path

Searched refs:mSensorToHalProperty (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DSensorHalService.java49 private final SparseArray<VehiclePropConfig> mSensorToHalProperty = field in SensorHalService
75 mSensorToHalProperty.append(sensor, halProperty); in takeSupportedProperties()
83 mSensorToHalProperty.clear(); in release()
164 int[] supportedSensors = new int[mSensorToHalProperty.size()]; in getSupportedSensors()
166 supportedSensors[i] = mSensorToHalProperty.keyAt(i); in getSupportedSensors()
173 VehiclePropConfig config = mSensorToHalProperty.get(sensorType); in requestSensorStart()
185 config = mSensorToHalProperty.get(sensorType); in getCurrentSensorValue()
227 VehiclePropConfig config = mSensorToHalProperty.get(sensorType); in requestSensorStop()
263 for (int i = 0; i < mSensorToHalProperty.size(); i++) { in dump()
264 writer.println(mSensorToHalProperty.valueAt(i).toString()); in dump()