Searched defs:propValue (Results 1 – 7 of 7) sorted by relevance
31 public static VehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder()40 private VehiclePropValueBuilder(VehiclePropValue propValue) { in VehiclePropValueBuilder()44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
80 public void setValue(VehiclePropValue propValue) throws PropertyTimeoutException { in setValue()178 VehiclePropValue propValue; field in HalClient.ValueResult244 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet()
324 VehiclePropValue propValue = new VehiclePropValue(); in get() local341 VehiclePropValue propValue; in get() local391 protected void set(VehiclePropValue propValue) throws PropertyTimeoutException { in set()733 VehiclePropValue propValue = new VehiclePropValue(); in createPropValue() local
299 public synchronized int set(VehiclePropValue propValue) { in set()
62 public void onPassengerTemperatureChange(CarPropertyValue propValue) { in onPassengerTemperatureChange()65 public void onDriverTemperatureChange(CarPropertyValue propValue) { in onDriverTemperatureChange()
167 public synchronized int set(VehiclePropValue propValue) { in set()
366 CarPropertyValue propValue = mService.getProperty(propId, area); in isPropertyAvailable() local