Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog.h94 int __android_log_bswrite(int32_t tag, const char* payload);
148 (void)__android_log_bswrite(_tag, _value);
/system/core/liblog/
Dliblog.map.txt59 __android_log_bswrite; # apex
Dlogger_write.cpp591 int __android_log_bswrite(int32_t tag, const char* payload) { in __android_log_bswrite() function
/system/core/logcat/tests/
Dlogcat_test.cpp85 __android_log_bswrite(0, logcat_executable ".inject.buckets"); in TEST()
/system/core/liblog/tests/
Dliblog_test.cpp409 EXPECT_LT(0, __android_log_bswrite(0, message)); in bswrite_test()