Home
last modified time | relevance | path

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

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