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.java41 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/
DSensor.java53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
DSensors.java93 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/
DSensor.java53 Function<CarPropertyValue<?>, T> adapter) { in Sensor()
DSensors.java95 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor()