Searched refs:attributeList (Results 1 – 5 of 5) sorted by relevance
98 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore() local99 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()101 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()105 attributeList[k] = std::move(attribute); in OmxStore()
83 std::vector<Attribute> attributeList; member
1514 nodeInfo.attributeList.reserve(typeAttributeMap.size()); in generateRoleMap()1516 nodeInfo.attributeList.push_back( in generateRoleMap()1521 nodeInfo.attributeList.push_back(Attribute{quirk, "present"}); in generateRoleMap()1525 nodeInfo.attributeList.push_back(Attribute{"rank", rank}); in generateRoleMap()
727 List<AttributeHolder> attributeList = searchAttrs(attrs); in internalObtainStyledAttributes() local820 if (attributeList != null) { in internalObtainStyledAttributes()821 for (int index = 0 ; index < attributeList.size() ; index++) { in internalObtainStyledAttributes()822 AttributeHolder attributeHolder = attributeList.get(index); in internalObtainStyledAttributes()
354 vector<Attribute> attrList = nodePtr.attributeList; in TEST_F()