Home
last modified time | relevance | path

Searched defs:PropertyMap (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h63 using PropertyMap = std::map<RecordId, VehiclePropValue>; variable
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.h89 typedef std::map<DRMProperty, std::tuple<uint64_t, drmModePropertyRes *>> PropertyMap; typedef