Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h75 std::vector<VehiclePropValue> readAllValues() const;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp78 std::vector<VehiclePropValue> VehiclePropertyStore::readAllValues() const { in readAllValues() function in android::hardware::automotive::vehicle::V2_0::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp345 return mPropStore->readAllValues(); in getAllProperties()