Searched defs:tag_info (Results 1 – 9 of 9) sorted by relevance
133 struct tag_info { struct134 unsigned section;135 unsigned line_count;136 unsigned char_cnt;137 unsigned byte_count;
135 struct tag_info { struct136 unsigned section;137 unsigned line_count;138 unsigned char_cnt;139 unsigned byte_count;
877 tag_info_t *tag_info[ANDROID_SECTION_COUNT] = { variable
184 typedef struct tag_info { struct187 } tag_info_t; argument
230 status_t VendorTagManager::GetTagInfo(uint32_t tag_id, VendorTagInfo* tag_info) { in GetTagInfo()