HomeSort by relevance Sort by last modified time
    Searched refs:__android_log_write (Results 1 - 25 of 25) sorted by null

  /external/google-breakpad/src/client/linux/log/
log.cc 42 return __android_log_write(ANDROID_LOG_WARN, "google-breakpad", buf);
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 38 __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, \
206 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, msg);*/
221 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG
    [all...]
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
logging.h 30 __android_log_write(ANDROID_LOG_ERROR, "atrace_helper", message);
  /external/libmojo/base/debug/
stack_trace_android.cc 82 __android_log_write(ANDROID_LOG_ERROR, "chromium", backtrace.c_str());
98 __android_log_write(
101 __android_log_write(
  /art/sigchainlib/
sigchain_dummy.cc 42 __android_log_write(ANDROID_LOG_ERROR, "libsigchain", buf);
sigchain.cc 74 __android_log_write(ANDROID_LOG_ERROR, "libsigchain", buf);
  /external/libtextclassifier/util/base/
logging_raw.cc 33 // Converts LogSeverity to level for __android_log_write.
59 __android_log_write(android_log_level, tag.c_str(), message.c_str());
  /external/toybox/toys/android/
log.c 57 __android_log_write(pri, TT.tag, toybuf);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.cc 57 __android_log_write(android_log_level, "native", ss.str().c_str());
134 __android_log_write(severity, "native", message);
  /system/core/liblog/include/android/
log.h 104 int __android_log_write(int prio, const char* tag, const char* text);
  /system/nfc/src/adaptation/
android_logmsg.cc 33 #define PRINT(s) __android_log_write(ANDROID_LOG_DEBUG, "BrcmNci", s)
  /external/deqp/framework/qphelper/
qpDebugOut.c 94 __android_log_write(getLogPriority(type), "dEQP", message);
  /system/core/liblog/tests/
log_read_test.cpp 49 ASSERT_LT(0, __android_log_write(prio, tag, buf.c_str()));
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 189 __android_log_write(ANDROID_LOG_INFO, TAG, "CloseSLPlayer()");
  /cts/tests/tests/nativemedia/aaudio/jni/
utils.cpp 100 __android_log_write(ANDROID_LOG_WARN, LOG_TAG, "Could not open a stream in EXCLUSIVE mode");
  /external/tensorflow/tensorflow/core/platform/default/
logging.cc 64 __android_log_write(android_log_level, "native", ss.str().c_str());
  /system/core/liblog/include/log/
log_main.h 60 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text)
  /system/core/liblog/
logger_write.c 411 LIBLOG_ABI_PUBLIC int __android_log_write(int prio, const char* tag, function
488 return __android_log_write(prio, tag, buf);
500 return __android_log_write(prio, tag, buf);
543 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
  /external/protobuf/src/google/protobuf/stubs/
common.cc 139 __android_log_write(android_log_level, "libprotobuf-native",
147 __android_log_write(ANDROID_LOG_FATAL, "libprotobuf-native",
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 148 __android_log_write(prio, settings_.name.c_str(), msg);
  /external/libchrome/base/
logging.cc 695 __android_log_write(priority, "chromium", str_newline.c_str());
697 __android_log_write(
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 515 // 64-bit Android targets don't provide the deprecated __android_log_write.
517 // __android_log_write.
538 __android_log_write(ANDROID_LOG_INFO, NULL, s);
  /external/webrtc/webrtc/base/
logging.cc 385 __android_log_write(ANDROID_LOG_INFO, tag.c_str(), "SENSITIVE");
  /libnativehelper/
JNIHelp.cpp 356 __android_log_write(priority, tag, trace.c_str());
  /external/libusb/libusb/
core.c     [all...]

Completed in 969 milliseconds