Home
last modified time | relevance | path

Searched refs:__android_log_write (Results 1 – 22 of 22) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc38 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
45 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
52 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
59 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
66 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
73 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
80 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
87 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
221 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, in Process()
228 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, in Process()
[all …]
/external/libchrome/base/debug/
Dstack_trace_android.cc82 __android_log_write(ANDROID_LOG_ERROR, "chromium", backtrace.c_str()); in Print()
98 __android_log_write( in OutputToStream()
101 __android_log_write( in OutputToStream()
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dlogging.cc57 __android_log_write(android_log_level, "native", ss.str().c_str()); in GenerateLogMessage()
134 __android_log_write(severity, "native", message); in LogPrintF()
/external/toybox/lib/
Dportability.h266 static inline int __android_log_write(int pri, const char *tag, const char *msg) in __android_log_write() function
288 #define __android_log_write(a, b, c) (0) macro
/external/libchrome/libchrome_tools/patch/
Dlogging.patch67 __android_log_write(priority, "chromium", str_newline.c_str());
69 + __android_log_write(
/external/google-breakpad/src/client/linux/log/
Dlog.cc42 return __android_log_write(ANDROID_LOG_WARN, "google-breakpad", buf); in write()
/external/v8/src/
Dostreams.cc58 __android_log_write(ANDROID_LOG_INFO, LOG_TAG, line_buffer_.c_str()); in ~AndroidLogStream()
72 __android_log_write(ANDROID_LOG_INFO, LOG_TAG, line_buffer_.c_str()); in xsputn()
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dlogging.h31 __android_log_write(ANDROID_LOG_ERROR, "atrace_helper", message); in LogError()
/external/libtextclassifier/lang_id/common/lite_base/
Dcompact-logging-raw.cc60 __android_log_write(android_log_level, tag.c_str(), message.c_str()); in LowLevelLogging()
/external/libtextclassifier/utils/base/
Dlogging_raw.cc59 __android_log_write(android_log_level, tag.c_str(), message.c_str()); in LowLevelLogging()
/external/toybox/toys/android/
Dlog.c55 __android_log_write(pri, TT.t, toybuf); in log_main()
/external/grpc-grpc/src/core/lib/gpr/
Dlog_android.cc70 __android_log_write(severity_to_log_priority(args->severity), "GRPC", output); in gpr_default_log()
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc139 __android_log_write(android_log_level, "libprotobuf-native", in DefaultLogHandler()
147 __android_log_write(ANDROID_LOG_FATAL, "libprotobuf-native", in DefaultLogHandler()
/external/deqp/framework/qphelper/
DqpDebugOut.c94 __android_log_write(getLogPriority(type), "dEQP", message); in printRaw()
/external/perfetto/protos/perfetto/trace/android/
Dandroid_log.proto40 // |tag| is the app-specified argument passed to __android_log_write().
/external/tensorflow/tensorflow/core/platform/default/
Dlogging.cc65 __android_log_write(android_log_level, "native", ss.str().c_str()); in GenerateLogMessage()
/external/libchrome/base/
Dlogging.cc778 __android_log_write(priority, "chromium", str_newline.c_str()); in ~LogMessage()
780 __android_log_write( in ~LogMessage()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc538 __android_log_write(ANDROID_LOG_INFO, NULL, s); in WriteOneLineToSyslog()
/external/webrtc/webrtc/base/
Dlogging.cc385 __android_log_write(ANDROID_LOG_INFO, tag.c_str(), "SENSITIVE"); in OutputToDebug()
/external/compiler-rt/cmake/
Dconfig-ix.cmake83 check_library_exists(log __android_log_write "" COMPILER_RT_HAS_LIBLOG)
/external/libusb/libusb/
Dcore.c2334 __android_log_write(priority, "libusb", str); in usbi_log_str()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto334 // |tag| is the app-specified argument passed to __android_log_write().