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

  /system/core/include/log/
logd.h 41 int __android_log_bwrite(int32_t tag, const void *payload, size_t len);
log.h 530 __android_log_bwrite(tag, payload, len)
  /system/core/liblog/
logd_write.c 264 int __android_log_bwrite(int32_t tag, const void *payload, size_t len) function
277 * Like __android_log_bwrite, but takes the type as well. Doesn't work

Completed in 377 milliseconds