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

  /frameworks/compile/libbcc/helper/
DebugHelper.c 19 return __android_log_write(prio, tag, buf);
22 int __android_log_write(int prio, const char *tag, const char *msg) { function
  /system/core/liblog/
logd_write.c 133 int __android_log_write(int prio, const char *tag, const char *msg) function
196 return __android_log_write(prio, tag, buf);
208 return __android_log_write(prio, tag, buf);
244 __android_log_write(ANDROID_LOG_FATAL, tag, buf);

Completed in 42 milliseconds