Searched refs:mSensorToHalProperty (Results 1 – 1 of 1) sorted by relevance
49 private final SparseArray<VehiclePropConfig> mSensorToHalProperty = field in SensorHalService75 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()