Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehiclePropertyStore.h63 using PropertyMap = std::map<RecordId, VehiclePropValue>; variable
/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_plane.h89 typedef std::map<DRMProperty, std::tuple<uint64_t, drmModePropertyRes *>> PropertyMap; typedef
/aosp12/frameworks/native/libs/input/
H A DPropertyMap.cpp34 PropertyMap::PropertyMap() {} in PropertyMap() function in android::PropertyMap