/system/core/include/log/ |
logd.h | 42 int __android_log_btwrite(int32_t tag, char type, const void *payload,
|
log.h | 535 __android_log_btwrite(tag, type, payload, len)
|
/system/core/liblog/tests/ |
liblog_test.cpp | 71 TEST(liblog, __android_log_btwrite) { 73 EXPECT_LT(0, __android_log_btwrite(0, 77 EXPECT_LT(0, __android_log_btwrite(0, 82 EXPECT_LT(0, __android_log_btwrite(0, 129 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); 179 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v)));
|
liblog_benchmark.cpp | 106 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); 200 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v)));
|
/system/core/logcat/tests/ |
logcat_test.cpp | 242 ASSERT_LT(0, __android_log_btwrite(0, EVENT_TYPE_LONG, &ts, sizeof(ts))); 350 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); 361 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); 419 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); 430 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v))); 529 LOG_FAILURE_RETRY(__android_log_btwrite(0, EVENT_TYPE_LONG, &v, sizeof(v)));
|
/external/chromium_org/third_party/hwcplus/include/log/ |
log.h | 536 __android_log_btwrite(tag, type, payload, len)
|
/system/core/liblog/ |
logd_write_kern.c | 309 int __android_log_btwrite(int32_t tag, char type, const void *payload, function
|
logd_write.c | 464 int __android_log_btwrite(int32_t tag, char type, const void *payload, function
|