Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h63 using PropertyMap = std::map<RecordId, VehiclePropValue>; variable
64 using PropertyMapRange = std::pair<PropertyMap::const_iterator, PropertyMap::const_iterator>;
96 PropertyMap mPropertyValues; // Sorted map of RecordId : VehiclePropValue.
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.h89 typedef std::map<DRMProperty, std::tuple<uint64_t, drmModePropertyRes *>> PropertyMap; typedef
91 void GetTypeInfo(const PropertyMap &props);
Ddrm_plane.cpp406 void DRMPlane::GetTypeInfo(const PropertyMap &prop_map) { in GetTypeInfo()
519 PropertyMap prop_map; in ParseProperties()