Searched refs:__android_log_bswrite (Results 1 – 3 of 3) sorted by relevance
95 int __android_log_bswrite(int32_t tag, const char* payload);147 (void)__android_log_bswrite(_tag, _value);
555 LIBLOG_ABI_PUBLIC int __android_log_bswrite(int32_t tag, const char* payload) { in __android_log_bswrite() function
422 EXPECT_LT(0, __android_log_bswrite(0, message)); in bswrite_test()