Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DSensorHalService.java35 import com.android.car.CarSensorEventFactory;
165 event = CarSensorEventFactory.createBooleanEvent(sensorType, v.timestamp, in createCarSensorEvent()
171 : CarSensorEventFactory.createIntEvent(sensorType, v.timestamp, mgrVal); in createCarSensorEvent()
174 event = CarSensorEventFactory.createFloatEvent(sensorType, v.timestamp, in createCarSensorEvent()
/packages/services/Car/service/src/com/android/car/
DCarSensorEventFactory.java22 public class CarSensorEventFactory { class