Searched refs:readValuesForProperty (Results 1 – 3 of 3) sorted by relevance
76 std::vector<VehiclePropValue> readValuesForProperty(int32_t propId) const;
84 std::vector<VehiclePropValue> VehiclePropertyStore::readValuesForProperty(int32_t propId) const { in readValuesForProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
187 for(const auto& freezeFrame: mPropStore->readValuesForProperty(OBD2_FREEZE_FRAME)) { in fillObd2DtcInfo()