Home
last modified time | relevance | path

Searched refs:getObd2FreezeFrame (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DFakeObd2Frame.h41 VhalResult<VehiclePropValuePool::RecyclableType> getObd2FreezeFrame(
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DFakeObd2FrameTest.cpp149 auto freezeFrameResult = getFakeObd2Frame()->getObd2FreezeFrame(VehiclePropValue{ in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp128 VhalResult<VehiclePropValuePool::RecyclableType> FakeObd2Frame::getObd2FreezeFrame( in getObd2FreezeFrame() function in android::hardware::automotive::vehicle::fake::obd2frame::FakeObd2Frame
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp843 result = mFakeObd2Frame->getObd2FreezeFrame(value); in maybeGetSpecialValue()