Searched refs:GetEnumValueWithName (Results 1 – 4 of 4) sorted by relevance
70 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in ValidatePlane()74 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in ValidatePlane()80 ret) = plane->blend_property().GetEnumValueWithName("None"); in ValidatePlane()
372 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in CommitFrame()376 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in CommitFrame()381 std::tie(blend, ret) = plane->blend_property().GetEnumValueWithName( in CommitFrame()
44 std::tuple<uint64_t, int> GetEnumValueWithName(std::string name) const;
125 std::tuple<uint64_t, int> DrmProperty::GetEnumValueWithName( in GetEnumValueWithName() function in android::DrmProperty