Home
last modified time | relevance | path

Searched defs:android_errorWriteLog (Results 1 – 3 of 3) sorted by relevance

/system/core/liblog/include/log/
Dlog_safetynet.h18 #define android_errorWriteLog(tag, subTag) \ macro
/system/core/liblog/include_vndk/log/
Dlog_safetynet.h18 #define android_errorWriteLog(tag, subTag) \ macro
/system/bt/linux_include/log/
Dlog.h27 inline int android_errorWriteLog(int, const char*) { return 0; }; in android_errorWriteLog() function