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.cpp521 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.cpp580 __android_log_btwrite(0, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_event_overhead()
601 __android_log_btwrite(42, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_event_overhead_42()
615 __android_log_btwrite(0, EVENT_TYPE_LONG, &i, sizeof(i)); in BM_log_light_overhead()
626 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_latency()
717 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_delay()
Dliblog_test.cpp137 TEST(liblog, __android_log_btwrite) { in TEST() argument
140 __android_log_btwrite(0, EVENT_TYPE_INT, &intBuf, sizeof(intBuf))); in TEST()
143 0, __android_log_btwrite(0, EVENT_TYPE_LONG, &longBuf, sizeof(longBuf))); in TEST()
146 __android_log_btwrite(0, EVENT_TYPE_STRING, Buf, sizeof(Buf) - 1)); in TEST()
224 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
249 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts1, sizeof(ts1))); in TEST()
522 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_signal()
681 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in running_thread()
1569 EXPECT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
1592 int ret = __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts)); in TEST()
[all …]
/system/logging/logcat/tests/
Dlogcat_test.cpp165 if (__android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts)) >= 0) { in inject()
459 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
494 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); in TEST()
636 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking()
647 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
704 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_tail()
715 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in TEST()
1177 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); in caught_blocking_clear()