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

/system/core/include/log/
H A Dlogd.h45 int __android_log_bswrite(int32_t tag, const char *payload);
H A Dlog.h527 (void) __android_log_bswrite(_tag, _value);
/system/core/liblog/
H A Dlogger_write.c544 LIBLOG_ABI_PUBLIC int __android_log_bswrite(int32_t tag, const char *payload) function
/system/core/liblog/tests/
H A Dliblog_test.cpp185 TEST(liblog, __android_log_bswrite) {
196 ASSERT_LT(0, __android_log_bswrite(0, buffer));
257 ASSERT_LT(0, __android_log_bswrite(0, buffer));

Completed in 52 milliseconds