Searched refs:mTag (Results 1 – 6 of 6) sorted by relevance
/system/core/libutils/include/utils/ |
D | Trace.h | 45 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { in ScopedTrace() 46 atrace_begin(mTag, name); in ScopedTrace() 50 atrace_end(mTag); in ~ScopedTrace() 54 uint64_t mTag;
|
/system/netd/libnetdutils/ |
D | Log.cpp | 200 ALOG(LOG_INFO, mTag.c_str(), "%s", entry.c_str()); in record() 203 ALOG(LOG_WARN, mTag.c_str(), "%s", entry.c_str()); in record() 206 ALOG(LOG_ERROR, mTag.c_str(), "%s", entry.c_str()); in record()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Log.h | 113 Log(const std::string& tag, size_t maxEntries) : mTag(tag), mMaxEntries(maxEntries) {} in Log() 189 const std::string mTag; variable
|
/system/tools/hidl/ |
D | ConstantExpression.h | 241 const std::string mTag; member
|
D | ConstantExpression.cpp | 362 if (mTag == "len") { in validate() 379 CHECK(mTag == "len"); in evaluate() 743 : ConstantExpression(fqname + "#" + tag), mReference(value), mTag(tag) {} in AttributeConstantExpression()
|
/system/logging/liblog/ |
D | logprint.cpp | 53 char* mTag; member 101 p_ret->mTag = strdup(tag); in filterinfo_new() 187 if (0 == strcmp(tag, p_curFilter->mTag)) { in filterPriForTag()
|