Home
last modified time | relevance | path

Searched refs:__android_log_btwrite (Results 1 – 6 of 6) sorted by relevance

/system/core/include/log/
Dlogd.h43 int __android_log_btwrite(int32_t tag, char type, const void *payload,
Dlog.h648 __android_log_btwrite(tag, type, payload, len)
/system/core/logcat/tests/
Dlogcat_test.cpp309 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
417 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking()
428 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
486 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_tail()
497 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
767 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_clear()
/system/core/liblog/tests/
Dliblog_benchmark.cpp486 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_latency()
580 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_delay()
Dliblog_test.cpp79 TEST(liblog, __android_log_btwrite) { in TEST() argument
81 EXPECT_LT(0, __android_log_btwrite(0, in TEST()
85 EXPECT_LT(0, __android_log_btwrite(0, in TEST()
90 EXPECT_LT(0, __android_log_btwrite(0, in TEST()
137 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
494 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_signal()
647 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in running_thread()
/system/core/liblog/
Dlogger_write.c490 LIBLOG_ABI_PUBLIC int __android_log_btwrite(int32_t tag, char type, in __android_log_btwrite() function