Searched defs:CarPropertyValue (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarPropertyValue.java | 41 public final class CarPropertyValue<T> implements Parcelable { class 81 public CarPropertyValue(int propertyId, int areaId, T value) { in CarPropertyValue() method in CarPropertyValue 98 public CarPropertyValue(int propertyId, int areaId, int status, long timestamp, T value) { in CarPropertyValue() method in CarPropertyValue 113 public CarPropertyValue(Parcel in) { in CarPropertyValue() method in CarPropertyValue
|
/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()
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/ |
D | Sensor.java | 53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
|
D | Sensors.java | 95 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()
|