Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog.h94 int __android_log_btwrite(int32_t tag, char type, const void* payload,
103 __android_log_btwrite(tag, type, payload, len)
/system/core/liblog/tests/
Dliblog_benchmark.cpp594 __android_log_btwrite(0, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_event_overhead()
615 __android_log_btwrite(42, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_event_overhead_42()
636 __android_log_btwrite(0, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_light_overhead()
656 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_latency()
748 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_delay()
Dliblog_test.cpp90 TEST(liblog, __android_log_btwrite) { in TEST() argument
96 __android_log_btwrite(0, EVENT_TYPE_INT, &intBuf, sizeof(intBuf))); in TEST()
99 0, __android_log_btwrite(0, EVENT_TYPE_LONG, &longBuf, sizeof(longBuf))); in TEST()
103 __android_log_btwrite(0, EVENT_TYPE_STRING, Buf, sizeof(Buf) - 1)); in TEST()
191 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
218 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts1, sizeof(ts1))); in TEST()
347 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
656 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_signal()
817 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in running_thread()
1778 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
[all …]
/system/core/logcat/tests/
Dlogcat_test.cpp167 if (__android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts)) >= 0) { in inject()
483 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
520 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
666 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking()
677 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
734 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_tail()
745 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
1207 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_clear()
/system/core/logd/tests/
Dlogd_test.cpp968 0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in __android_log_btwrite_multiple__helper()
972 __android_log_btwrite(0, EVENT_TYPE_LONG, &ts1, sizeof(ts1))); in __android_log_btwrite_multiple__helper()
/system/core/liblog/
Dlogger_write.c591 LIBLOG_ABI_PUBLIC int __android_log_btwrite(int32_t tag, char type, in __android_log_btwrite() function