Searched refs:EventTagMap (Results 1 - 5 of 5) 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);
H A Dlogprint.h119 AndroidLogEntry *entry, const EventTagMap* map, char* messageBuf,
/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...]
H A Dlogprint.c600 AndroidLogEntry *entry, const EventTagMap* map, char* messageBuf,
/system/core/logcat/
H A Dlogcat.cpp100 static EventTagMap* g_eventTagMap = NULL;

Completed in 86 milliseconds