Searched refs:readValuesForProperty (Results 1 – 4 of 4) sorted by relevance
77 std::vector<VehiclePropValue> readValuesForProperty(int32_t propId) const;
96 std::vector<VehiclePropValue> VehiclePropertyStore::readValuesForProperty(int32_t propId) const { in readValuesForProperty() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
493 for (const auto& freezeFrame : mPropStore->readValuesForProperty(OBD2_FREEZE_FRAME)) { in fillObd2DtcInfo()
408 store->readValuesForProperty(vehicleProp); in invokeVehiclePropStore()