Searched refs:__android_log_security_bwrite (Results 1 - 4 of 4) sorted by relevance

/system/core/include/log/
H A Dlogd.h47 int __android_log_security_bwrite(int32_t tag, const void *payload, size_t len);
/system/core/liblog/
H A Dlogger_write.c506 LIBLOG_ABI_PUBLIC int __android_log_security_bwrite(int32_t tag, function
563 * Like __android_log_security_bwrite, but used for writing strings to the
H A Dlog_event_list.c333 __android_log_security_bwrite(context->tag, msg, len);
/system/core/liblog/tests/
H A Dliblog_test.cpp378 ASSERT_GE(0, __android_log_security_bwrite(0, &buffer, sizeof(buffer)));
420 ASSERT_GE(0, __android_log_security_bwrite(0, &buffer, sizeof(buffer)));
436 ASSERT_LT(0, __android_log_security_bwrite(0, &buffer, sizeof(buffer)));

Completed in 54 milliseconds