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

  /system/core/liblog/include/log/
log.h 93 int __android_log_bwrite(int32_t tag, const void* payload, size_t len);
101 __android_log_bwrite(tag, payload, len)
  /system/core/liblog/
log_event_list.c 328 ? __android_log_bwrite(context->tag, msg, len)
logger_write.c 548 LIBLOG_ABI_PUBLIC int __android_log_bwrite(int32_t tag, const void* payload, function
587 * Like __android_log_bwrite, but takes the type as well. Doesn't work
606 * Like __android_log_bwrite, but used for writing strings to the

Completed in 84 milliseconds