/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/ |
D | FakeObd2FrameTest.cpp | 69 return VehiclePropConfig{.prop = OBD2_FREEZE_FRAME_INFO, in getObd2FreezeFrameInfoConfig() 88 OBD2_FREEZE_FRAME_INFO, in TEST_F() 133 EXPECT_EQ(result.value()->prop, OBD2_FREEZE_FRAME_INFO); in TEST_F() 143 ASSERT_EQ(result.value()->prop, OBD2_FREEZE_FRAME_INFO); in TEST_F() 167 ASSERT_EQ(result.value()->prop, OBD2_FREEZE_FRAME_INFO); in TEST_F() 175 EXPECT_EQ(result.value()->prop, OBD2_FREEZE_FRAME_INFO); in TEST_F() 185 ASSERT_EQ(result.value()->prop, OBD2_FREEZE_FRAME_INFO); in TEST_F() 197 EXPECT_EQ(result.value()->prop, OBD2_FREEZE_FRAME_INFO); in TEST_F()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | PropertyUtils.h | 43 constexpr int OBD2_FREEZE_FRAME_INFO = (int)VehicleProperty::OBD2_FREEZE_FRAME_INFO; variable
|
D | FakeObd2Frame.cpp | 150 outValue->prop = OBD2_FREEZE_FRAME_INFO; in fillObd2DtcInfo() 175 propConfig.prop == OBD2_FREEZE_FRAME_INFO); in isDiagnosticProperty()
|
D | DefaultVehicleHal.cpp | 118 if (propId == OBD2_FREEZE_FRAME_INFO) { in get()
|
D | DefaultConfig.h | 786 .config = {.prop = OBD2_FREEZE_FRAME_INFO,
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
D | PropertyUtils.h | 67 constexpr int OBD2_FREEZE_FRAME_INFO = variable 68 toInt(propertyutils_impl::VehicleProperty::OBD2_FREEZE_FRAME_INFO);
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/ |
D | FakeObd2Frame.cpp | 167 outValue->prop = OBD2_FREEZE_FRAME_INFO; in getObd2DtcInfo() 191 propConfig.prop == OBD2_FREEZE_FRAME_INFO); in isDiagnosticProperty()
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/ |
D | VehicleProperty.aidl | 162 OBD2_FREEZE_FRAME_INFO = 299896066, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/cpp/ |
D | VersionForVehicleProperty.h | 209 {VehicleProperty::OBD2_FREEZE_FRAME_INFO, 2},
|
D | AccessForVehicleProperty.h | 210 {VehicleProperty::OBD2_FREEZE_FRAME_INFO, VehiclePropertyAccess::READ},
|
D | ChangeModeForVehicleProperty.h | 210 {VehicleProperty::OBD2_FREEZE_FRAME_INFO, VehiclePropertyChangeMode::ON_CHANGE},
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/cpp/ |
D | VersionForVehicleProperty.h | 209 {VehicleProperty::OBD2_FREEZE_FRAME_INFO, 2},
|
D | AccessForVehicleProperty.h | 210 {VehicleProperty::OBD2_FREEZE_FRAME_INFO, VehiclePropertyAccess::READ},
|
D | ChangeModeForVehicleProperty.h | 210 {VehicleProperty::OBD2_FREEZE_FRAME_INFO, VehiclePropertyChangeMode::ON_CHANGE},
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/ |
D | DefaultVhalImpl_test.cpp | 82 using ::android::hardware::automotive::vehicle::V2_0::impl::OBD2_FREEZE_FRAME_INFO; 1004 value.prop = OBD2_FREEZE_FRAME_INFO; in TEST_F() 1072 freezeFrameInfoRequest.prop = OBD2_FREEZE_FRAME_INFO; in TEST_F() 1083 frameInfoRequest.prop = OBD2_FREEZE_FRAME_INFO; in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | VehicleProperty.aidl | 3897 OBD2_FREEZE_FRAME_INFO = 0x0D02 + 0x10000000 + 0x01000000 enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/ |
D | VehicleProperty.aidl | 195 OBD2_FREEZE_FRAME_INFO = (((0x0D02 + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896066 */, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 1813 auto result = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F() 1837 auto getValueResult = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F() 1851 getValueResult = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F() 2659 auto getValueResult = getValue(VehiclePropValue{.prop = OBD2_FREEZE_FRAME_INFO}); in TEST_F()
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/4/java/ |
D | ChangeModeForVehicleProperty.java | 203 Map.entry(VehicleProperty.OBD2_FREEZE_FRAME_INFO, VehiclePropertyChangeMode.ON_CHANGE),
|
D | AccessForVehicleProperty.java | 203 Map.entry(VehicleProperty.OBD2_FREEZE_FRAME_INFO, VehiclePropertyAccess.READ),
|
/hardware/interfaces/automotive/vehicle/aidl/generated_lib/3/java/ |
D | AccessForVehicleProperty.java | 203 Map.entry(VehicleProperty.OBD2_FREEZE_FRAME_INFO, VehiclePropertyAccess.READ),
|
D | ChangeModeForVehicleProperty.java | 203 Map.entry(VehicleProperty.OBD2_FREEZE_FRAME_INFO, VehiclePropertyChangeMode.ON_CHANGE),
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/ |
D | VehicleProperty.aidl | 209 OBD2_FREEZE_FRAME_INFO = (((0x0D02 + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896066 */, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ |
D | VehicleProperty.aidl | 209 OBD2_FREEZE_FRAME_INFO = (((0x0D02 + 0x10000000) + 0x01000000) + 0x00e00000) /* 299896066 */, enumConstant
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2371 * timestamps can be obtained by a IVehicle#get of OBD2_FREEZE_FRAME_INFO. 2376 * the associated timestamp has been recently obtained via OBD2_FREEZE_FRAME_INFO. 2402 OBD2_FREEZE_FRAME_INFO = ( 2412 * vehicle memory, as described by OBD2_FREEZE_FRAME_INFO.
|