Searched refs:__android_log_bswrite (Results 1 - 4 of 4) sorted by relevance

/system/core/include/log/
H A Dlog.h95 int __android_log_bswrite(int32_t tag, const char* payload);
147 (void)__android_log_bswrite(_tag, _value);
/system/core/liblog/include/log/
H A Dlog.h95 int __android_log_bswrite(int32_t tag, const char* payload);
147 (void)__android_log_bswrite(_tag, _value);
/system/core/liblog/
H A Dlogger_write.c555 LIBLOG_ABI_PUBLIC int __android_log_bswrite(int32_t tag, const char* payload) { function
/system/core/liblog/tests/
H A Dliblog_test.cpp422 EXPECT_LT(0, __android_log_bswrite(0, message));

Completed in 73 milliseconds