Home
last modified time | relevance | path

Searched refs:initObd2LiveFrame (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.h30 void initObd2LiveFrame(VehiclePropertyStore* propStore, const VehiclePropConfig& propConfig);
DFakeObd2Frame.cpp92 void initObd2LiveFrame(VehiclePropertyStore* propStore, const VehiclePropConfig& propConfig) { in initObd2LiveFrame() function
DDefaultVehicleHal.cpp449 initObd2LiveFrame(mPropStore, *mPropStore->getConfigOrDie(OBD2_LIVE_FRAME)); in onCreate()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DFakeObd2Frame.h37 void initObd2LiveFrame(
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DFakeObd2FrameTest.cpp105 getFakeObd2Frame()->initObd2LiveFrame(getObd2LiveFrameConfig()); in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp106 void FakeObd2Frame::initObd2LiveFrame(const VehiclePropConfig& propConfig) { in initObd2LiveFrame() function in android::hardware::automotive::vehicle::fake::obd2frame::FakeObd2Frame
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp417 mFakeObd2Frame->initObd2LiveFrame(maybeObd2LiveFrame.value()); in init()