Home
last modified time | relevance | path

Searched refs:OBD2_LIVE_FRAME (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
DDiagnosticJsonReader.java20 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_LIVE_FRAME;
37 OBD2_LIVE_FRAME, in DiagnosticJsonReader()
48 mLiveFrameBuilder = new DiagnosticEventBuilder(OBD2_LIVE_FRAME); in DiagnosticJsonReader()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DObd2LiveFrameTest.java52 VehicleProperty.OBD2_LIVE_FRAME, in testLiveFrame()
62 return isVhalPropertyAvailable(mVehicle, VehicleProperty.OBD2_LIVE_FRAME); in isLiveFrameAvailable()
DCarDiagnosticTest.java59 CarDiagnosticManager.FRAME_TYPE_LIVE, VehicleProperty.OBD2_LIVE_FRAME); in DIAGNOSTIC_PROPERTY_MAP.append() argument
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java59 VehicleProperty.OBD2_LIVE_FRAME,
86 return isSupported(VehicleProperty.OBD2_LIVE_FRAME); in isLiveFrameSupported()
164 case VehicleProperty.OBD2_LIVE_FRAME: in getTokenForProperty()
485 VehiclePropValue value = mVehicleHal.get(VehicleProperty.OBD2_LIVE_FRAME); in getCurrentLiveFrame()
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
DObd2LiveFrameGeneratorTest.java19 import static android.hardware.automotive.vehicle.V2_0.VehicleProperty.OBD2_LIVE_FRAME;
84 assertEquals(OBD2_LIVE_FRAME, vehiclePropValue.prop); in testObd2LiveFrameGeneration()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1507 public static final int OBD2_LIVE_FRAME = 299896064; field in VehiclePropertyIds
2081 case OBD2_LIVE_FRAME: in toString()
/packages/services/Car/car-lib/api/
Dbaseline.txt100 MissingPermission: android.car.VehiclePropertyIds#OBD2_LIVE_FRAME:
101 …MISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_LIVE_FRAME is hidden or …
Dtest-baseline.txt100 MissingPermission: android.car.VehiclePropertyIds#OBD2_LIVE_FRAME:
101 …MISSION_CAR_DIAGNOSTIC_READ_ALL required by field VehiclePropertyIds.OBD2_LIVE_FRAME is hidden or …
Dcurrent.txt318 …on("android.car.permission.CAR_DIAGNOSTICS") public static final int OBD2_LIVE_FRAME = 299896064; …
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java72 new DiagnosticEventBuilder(VehicleProperty.OBD2_LIVE_FRAME);
217 addProperty(VehicleProperty.OBD2_LIVE_FRAME, mLiveFrameEventBuilder.build()) in configureMockedHal()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java302 VehiclePropertyIds.toString(VehiclePropertyIds.OBD2_LIVE_FRAME)); in testToString()