Searched defs:CarPropertyValue (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarPropertyValue.java | 52 public final class CarPropertyValue<T> implements Parcelable { class 104 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue() method in CarPropertyValue 132 public CarPropertyValue(int propertyId, int areaId, long timestampNanos, T value) { in CarPropertyValue() method in CarPropertyValue 142 public CarPropertyValue(int propertyId, int areaId, int status, long timestampNanos, T value) { in CarPropertyValue() method in CarPropertyValue 157 public CarPropertyValue(Parcel in) { in CarPropertyValue() method in CarPropertyValue
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/ |
D | Sensor.java | 53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
|
D | Sensors.java | 93 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/ |
D | Sensor.java | 53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
|
D | Sensors.java | 93 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()
|