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

  /bionic/libc/malloc_debug/tests/
log_fake.cpp 62 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { function
  /system/core/debuggerd/libdebuggerd/test/
log_fake.cpp 49 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { function
  /system/core/libunwindstack/tests/
LogFake.cpp 52 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { function
  /system/core/liblog/
logger_write.c 413 return __android_log_buf_write(LOG_ID_MAIN, prio, tag, msg);
416 LIBLOG_ABI_PUBLIC int __android_log_buf_write(int bufID, int prio, function
513 return __android_log_buf_write(bufID, prio, tag, buf);

Completed in 597 milliseconds