Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
H A Ddrmproperty.h45 std::tuple<uint64_t, int> GetEnumValueWithName(std::string name) const;
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
H A Ddrmproperty.cpp147 std::tuple<uint64_t, int> DrmProperty::GetEnumValueWithName( in GetEnumValueWithName() function in android::DrmProperty
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp430 std::tie(value, ret) = property.GetEnumValueWithName(e.second); in parseEnums()
1212 std::tie(typeBit, ret) = prop_hdr_formats.GetEnumValueWithName("Dolby Vision"); in updateHdrCapabilities()
1218 std::tie(typeBit, ret) = prop_hdr_formats.GetEnumValueWithName("HDR10"); in updateHdrCapabilities()
1227 std::tie(typeBit, ret) = prop_hdr_formats.GetEnumValueWithName("HLG"); in updateHdrCapabilities()