Searched refs:attributeList (Results 1 – 5 of 5) sorted by relevance
116 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore() local117 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()119 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()123 attributeList[k] = std::move(attribute); in OmxStore()
83 std::vector<Attribute> attributeList; member
1619 nodeInfo.attributeList.reserve(typeAttributeMap.size()); in generateRoleMap()1621 nodeInfo.attributeList.push_back( in generateRoleMap()1626 nodeInfo.attributeList.push_back(Attribute{quirk, "present"}); in generateRoleMap()1630 nodeInfo.attributeList.push_back(Attribute{"rank", rank}); in generateRoleMap()
792 List<AttributeHolder> attributeList = searchAttrs(attrs); in internalObtainStyledAttributes() local886 if (attributeList != null) { in internalObtainStyledAttributes()887 for (int index = 0 ; index < attributeList.size() ; index++) { in internalObtainStyledAttributes()888 AttributeHolder attributeHolder = attributeList.get(index); in internalObtainStyledAttributes()
383 vector<Attribute> attrList = nodePtr.attributeList; in TEST_F()