HomeSort by relevance Sort by last modified time
    Searched refs:readVhalProperty (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
Obd2FreezeFrameTest.java 20 import static com.android.car.vehiclehal.test.Utils.readVhalProperty;
51 readVhalProperty(
60 readVhalProperty(
Obd2LiveFrameTest.java 20 import static com.android.car.vehiclehal.test.Utils.readVhalProperty;
49 readVhalProperty(
Utils.java 49 static VehiclePropValue readVhalProperty(
70 static VehiclePropValue readVhalProperty(
74 return readVhalProperty(vehicle, propertyId, 0, f);
77 static VehiclePropValue readVhalProperty(
84 return readVhalProperty(vehicle, request, f);
  /test/vts-testcase/hal/automotive/vehicle/V2_0/host/
VtsHalAutomotiveVehicleV2_0HostTest.py 101 def readVhalProperty(self, propertyId, areaId=0):
163 propValue = self.readVhalProperty(propertyId, areaId=areaId)
218 propValue = self.readVhalProperty(
266 v = self.readVhalProperty(prop, areaId=zone)["value"]
311 propValue = self.readVhalProperty(prop)
379 propVal = self.readVhalProperty(c["prop"], a["areaId"])
407 propValue = self.readVhalProperty(propertyId)
564 propValue = self.readVhalProperty(self.vtypes.VehicleProperty.ENGINE_OIL_TEMP)
    [all...]

Completed in 210 milliseconds