Home
last modified time | relevance | path

Searched refs:ValuesResultType (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h47 using ValuesResultType = VhalResult<std::vector<VehiclePropValuePool::RecyclableType>>; variable
137 ValuesResultType readValuesForProperty(int32_t propId) const EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp299 VehiclePropertyStore::ValuesResultType VehiclePropertyStore::readValuesForProperty( in readValuesForProperty()