Home
last modified time | relevance | path

Searched refs:__android_log_bwrite (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/logging/liblog/include/log/
H A Dlog.h81 int __android_log_bwrite(int32_t tag, const void* payload, size_t len);
89 __android_log_bwrite(tag, payload, len)
/aosp12/system/logging/liblog/
H A Dliblog.map.txt61 __android_log_bwrite; # apex
H A DREADME.protocol.md86 This payload is used for the `__android_log_bwrite()` family of functions. It is additionally used
H A Dlogger_write.cpp416 int __android_log_bwrite(int32_t tag, const void* payload, size_t len) { in __android_log_bwrite() function
H A Dlog_event_list.cpp313 ? __android_log_bwrite(context->tag, msg, len) in android_log_write_list()