Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DVehiclePropValueBuilder.java31 public static VehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder()
40 private VehiclePropValueBuilder(VehiclePropValue propValue) { in VehiclePropValueBuilder()
44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java80 public void setValue(VehiclePropValue propValue) throws PropertyTimeoutException { in setValue()
178 VehiclePropValue propValue; field in HalClient.ValueResult
244 public void onPropertySet(VehiclePropValue propValue) { in onPropertySet()
DVehicleHal.java411 VehiclePropValue propValue = new VehiclePropValue(); in get() local
428 VehiclePropValue propValue; in get() local
461 void set(VehiclePropValue propValue) throws PropertyTimeoutException { in set()
690 VehiclePropValue propValue = new VehiclePropValue(); in createPropValue() local
DSensorHalService.java187 VehiclePropValue propValue = getCurrentSensorVehiclePropValue(sensorType); in getCurrentSensorValue() local
DAudioHalService.java375 VehiclePropValue propValue; in getStreamVolume() local
476 VehiclePropValue propValue = mVehicleHal.get(VehicleProperty.AUDIO_FOCUS); in getCurrentFocusState() local
674 VehiclePropValue propValue = mVehicleHal.get(requested); in getAudioParameters() local
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarVendorExtensionManagerTest.java235 public synchronized int set(VehiclePropValue propValue) { in set()
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DMockedVehicleHal.java135 public synchronized int set(VehiclePropValue propValue) { in set()