Home
last modified time | relevance | path

Searched defs:attribute_entry (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DXMLNode.h77 struct attribute_entry { struct
78 attribute_entry() : index(~(uint32_t)0), nameResId(0) in attribute_entry() argument
98 const Vector<attribute_entry>& getAttributes() const; argument
/aosp12/system/bt/packet/avrcp/
H A Dget_element_attributes_packet.cc119 for (auto& attribute_entry : entries_) { in size() local
135 for (const auto& attribute_entry : entries_) { in Serialize() local