Searched defs:android_errorWriteLog (Results 1 – 4 of 4) sorted by relevance
27 inline int android_errorWriteLog(int, const char*) { return 0; }; in android_errorWriteLog() function
25 #define android_errorWriteLog(tag, subTag) \ macro
103 #define android_errorWriteLog(tag, subTag) LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag) macro