Searched defs:LOG_ERROR (Results 1 – 7 of 7) sorted by relevance
64 #define LOG_ERROR(args) \ macro83 #define LOG_ERROR(args) LOG_NULL macro
31 private static final boolean LOG_ERROR = true; field in Log
87 #define LOG_ERROR(...) ALOGE(__VA_ARGS__) macro90 #define LOG_ERROR(...) vfprintf(stderr, __VA_ARGS__) macro
38 #define LOG_ERROR(label) \ macro
39 #define LOG_ERROR(label) \ macro
68 #define LOG_ERROR 20 macro
343 const LogSeverity LOG_ERROR = 2; variable