Searched defs:EventTag (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Devent_tag_map.c31 typedef struct EventTag { struct
34 } EventTag; typedef in typeref:struct:EventTag
45 EventTag* tagArray;
53 static int scanTagLine(char** pData, EventTag* tag, int lineNum);
188 EventTag* tagArray = NULL;
198 map->tagArray = calloc(1, sizeof(EventTag) * map->numTags);
333 static int scanTagLine(char** pData, EventTag* tag, int lineNum)
395 const EventTag* tag1 = (const EventTag*) v1;
396 const EventTag* tag
[all...]

Completed in 34 milliseconds