Searched refs:__android_log_btwrite (Results 1 – 6 of 6) sorted by relevance
/system/core/include/log/ |
D | logd.h | 43 int __android_log_btwrite(int32_t tag, char type, const void *payload,
|
D | log.h | 648 __android_log_btwrite(tag, type, payload, len)
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 309 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/ |
D | liblog_benchmark.cpp | 486 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()
|
D | liblog_test.cpp | 79 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/ |
D | logger_write.c | 490 LIBLOG_ABI_PUBLIC int __android_log_btwrite(int32_t tag, char type, in __android_log_btwrite() function
|