Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h48 struct RecordConfig { struct
93 std::unordered_map<int32_t /* VehicleProperty */, RecordConfig> mConfigs;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp41 mConfigs.insert({ config.prop, RecordConfig { config, tokenFunc } }); in registerProperty()