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

  /external/chromium_org/third_party/hwcplus/src/
hwcplus_util.c 53 int __android_log_write(int prio, const char* tag, const char* msg) { function
65 return __android_log_write(prio, tag, buf);
90 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
  /system/core/liblog/
logd_write_kern.c 157 int __android_log_write(int prio, const char *tag, const char *msg) function
239 return __android_log_write(prio, tag, buf);
251 return __android_log_write(prio, tag, buf);
287 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
logd_write.c 312 int __android_log_write(int prio, const char *tag, const char *msg) function
394 return __android_log_write(prio, tag, buf);
406 return __android_log_write(prio, tag, buf);
442 __android_log_write(ANDROID_LOG_FATAL, tag, buf);

Completed in 86 milliseconds