Home
last modified time | relevance | path

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

/aosp12/system/bt/linux_include/log/
H A Dlog.h27 inline int android_errorWriteLog(int, const char*) { return 0; }; in android_errorWriteLog() function
/aosp12/system/logging/liblog/include/log/
H A Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ macro
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_safetynet.h25 #define android_errorWriteLog(tag, subTag) \ macro
/aosp12/system/bt/gd/os/
H A Dlog.h103 #define android_errorWriteLog(tag, subTag) LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag) macro