Home
last modified time | relevance | path

Searched defs:CarPropertyValue (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyValue.java52 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/
DSensor.java53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
DSensors.java93 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/
DSensor.java53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
DSensors.java93 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()