Home
last modified time | relevance | path

Searched refs:nameToTag (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/
DLogTags.h67 uint32_t nameToTag(uid_t uid, const char* name, const char* format);
117 uint32_t nameToTag(const char* name) const;
DLogTags.cpp409 uint32_t LogTags::nameToTag(const char* name) const { in nameToTag() function in LogTags
680 uint32_t LogTags::nameToTag(uid_t uid, const char* name, const char* format) { in nameToTag() function in LogTags
858 uint32_t tag = nameToTag(uid, name, format); in formatGetEventTag()