Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlog.h82 int __android_log_btwrite(int32_t tag, char type, const void* payload,
91 __android_log_btwrite(tag, type, payload, len)
/system/logging/liblog/
Dliblog.map.txt60 __android_log_btwrite; # systemapi
Dlogger_write.cpp529 int __android_log_btwrite(int32_t tag, char type, const void* payload, size_t len) { in __android_log_btwrite() function
/system/logging/liblog/tests/
Dliblog_benchmark.cpp575 __android_log_btwrite(0, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_event_overhead()
596 __android_log_btwrite(42, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_event_overhead_42()
610 __android_log_btwrite(0, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_light_overhead()
621 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_latency()
712 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_delay()
Dliblog_test.cpp134 TEST(liblog, __android_log_btwrite) { in TEST() argument
137 __android_log_btwrite(0, EVENT_TYPE_INT, &intBuf, sizeof(intBuf))); in TEST()
140 0, __android_log_btwrite(0, EVENT_TYPE_LONG, &longBuf, sizeof(longBuf))); in TEST()
143 __android_log_btwrite(0, EVENT_TYPE_STRING, Buf, sizeof(Buf) - 1)); in TEST()
221 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
246 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts1, sizeof(ts1))); in TEST()
519 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_signal()
678 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in running_thread()
1566 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
1589 int ret = __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts)); in TEST()
[all …]
/system/logging/logcat/tests/
Dlogcat_test.cpp163 if (__android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts)) >= 0) { in inject()
462 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
497 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
639 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking()
650 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
707 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_tail()
718 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
1180 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_clear()