Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlog.h84 int __android_log_bswrite(int32_t tag, const char* payload);
133 (void)__android_log_bswrite(_tag, _value);
/system/logging/liblog/
Dliblog.map.txt59 __android_log_bswrite; # apex
Dlogger_write.cpp479 int __android_log_bswrite(int32_t tag, const char* payload) { in __android_log_bswrite() function
/system/logging/liblog/tests/
Dliblog_host_test.cpp161 __android_log_bswrite(0x12, "events"); in TEST()
Dliblog_test.cpp354 auto write_function = [&] { EXPECT_LT(0, __android_log_bswrite(0, message)); }; in bswrite_test()
/system/logging/logcat/tests/
Dlogcat_test.cpp88 __android_log_bswrite(0, logcat_executable ".inject.buckets"); in TEST()