OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CarSensorEventFactory
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/
CarSensorEventFactory.java
22
public class
CarSensorEventFactory
{
/packages/services/Car/service/src/com/android/car/hal/
SensorHalService.java
26
import com.android.car.
CarSensorEventFactory
;
123
return
CarSensorEventFactory
.createBooleanEvent(sensorType, v.getTimestamp(),
133
return
CarSensorEventFactory
.createIntEvent(sensorType, v.getTimestamp(),
142
return
CarSensorEventFactory
.createFloatEvent(sensorType, v.getTimestamp(),
Completed in 238 milliseconds