Home
last modified time | relevance | path

Searched refs:fillPropValue (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DObd2SensorStore.h57 void fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp96 void Obd2SensorStore::fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const { in fillPropValue() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp516 sensorStore->fillPropValue("", liveObd2Frame.get()); in initObd2LiveFrame()
533 sensorStore->fillPropValue(dtc, freezeFrame.get()); in initObd2FreezeFrame()