Searched refs:tag_array (Results 1 – 5 of 5) sorted by relevance
98 uint32_t* tag_array) { in GetAllTags() argument99 return VendorTagManager::GetInstance().GetAllTags(tag_array); in GetAllTags()184 void VendorTagManager::GetAllTags(uint32_t* tag_array) const { in GetAllTags()186 if (tag_array == nullptr) { in GetAllTags()193 tag_array[index++] = tag_id; in GetAllTags()
69 void GetAllTags(uint32_t* tag_array) const;
147 uint32_t* tag_array) in getAllTags() argument149 if (tag_array == NULL) { in getAllTags()157 *tag_array++ = tag; in getAllTags()
132 static void get_all_tags(const vendor_tag_ops_t* ops, uint32_t* tag_array) in get_all_tags() argument134 gVendorTags.getAllTags(ops, tag_array); in get_all_tags()
33 void getAllTags(const vendor_tag_ops_t* ops, uint32_t* tag_array);