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

  /system/core/liblog/
logd_write.c 162 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *msg) function
220 return __android_log_buf_write(bufID, prio, tag, buf);
  /frameworks/base/core/jni/
android_util_Log.cpp 133 int res = __android_log_buf_write(bufID, (android_LogPriority)priority, tag, msg);
  /system/core/include/cutils/
log.h 438 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text);

Completed in 162 milliseconds