Searched refs:readAllValues (Results 1 – 3 of 3) sorted by relevance
75 std::vector<VehiclePropValue> readAllValues() const;
78 std::vector<VehiclePropValue> VehiclePropertyStore::readAllValues() const { in readAllValues() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
345 return mPropStore->readAllValues(); in getAllProperties()