Searched defs:subTag (Results 1 – 3 of 3) sorted by relevance
25 #define android_errorWriteLog(tag, subTag) \ argument28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
70 int subTag = 1; in normalizeLangValue() local
46 inline int android_errorWriteLog(int tag, const char* subTag) { in android_errorWriteLog()