Home | History | Annotate | Download | only in test

Lines Matching refs:vehicle

22 import android.hardware.automotive.vehicle.V2_0.IVehicle;
23 import android.hardware.automotive.vehicle.V2_0.VehiclePropConfig;
24 import android.hardware.automotive.vehicle.V2_0.VehiclePropValue;
43 static boolean isVhalPropertyAvailable(IVehicle vehicle, int prop) throws RemoteException {
44 return vehicle.getAllPropConfigs()
50 IVehicle vehicle,
53 Objects.requireNonNull(vehicle);
57 vehicle.get(
71 IVehicle vehicle,
74 return readVhalProperty(vehicle, propertyId, 0, f);
78 IVehicle vehicle,
84 return readVhalProperty(vehicle, request, f);
92 throw new RuntimeException("Couldn't connect to vehicle@2.0", ex);