Home
last modified time | relevance | path

Searched defs:requestedPropValue (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarVendorExtensionManagerTest.java343 VehiclePropValue requestedPropValue = request.prop; in getValues() local
392 VehiclePropValue requestedPropValue = request.value; in setValues() local
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java247 VehiclePropValue requestedPropValue = request.prop; in getValues() local
286 VehiclePropValue requestedPropValue = request.value; in setValues() local
DHidlMockedVehicleHal.java191 public void get(VehiclePropValue requestedPropValue, getCallback cb) { in get()
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java301 public HalPropValue get(HalPropValue requestedPropValue) in get()
329 public void set(HalPropValue requestedPropValue) throws RemoteException, in set()
974 HalPropValue requestedPropValue, in getOrSetSync()
DVehicleStub.java347 public abstract HalPropValue get(HalPropValue requestedPropValue) in get()
DHidlVehicleStub.java208 public HalPropValue get(HalPropValue requestedPropValue) in get()
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java1044 public <T> T get(Class clazz, HalPropValue requestedPropValue) in get()
1119 public HalPropValue get(HalPropValue requestedPropValue) in get()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java354 public HalPropValue get(HalPropValue requestedPropValue) throws RemoteException, in get()