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

/system/core/include/cutils/
H A Devent_tag_map.h26 struct EventTagMap;
27 typedef struct EventTagMap EventTagMap; typedef in typeref:struct:EventTagMap
34 EventTagMap* android_openEventTagMap(const char* fileName);
39 void android_closeEventTagMap(EventTagMap* map);
44 const char* android_lookupEventTag(const EventTagMap* map, int tag);
/system/core/liblog/
H A Devent_tag_map.c26 #define OUT_TAG "EventTagMap"
39 struct EventTagMap { struct
50 static int processFile(EventTagMap* map);
51 static int countMapLines(const EventTagMap* map);
52 static int parseMapLines(EventTagMap* map);
54 static int sortTags(EventTagMap* map);
55 static void dumpTags(const EventTagMap* map);
64 EventTagMap* android_openEventTagMap(const char* fileName)
66 EventTagMap* newTagMap;
70 newTagMap = calloc(1, sizeof(EventTagMap));
[all...]

Completed in 311 milliseconds