Searched refs:__android_log_bswrite (Results 1 – 4 of 4) sorted by relevance
45 int __android_log_bswrite(int32_t tag, const char *payload);
527 (void) __android_log_bswrite(_tag, _value);
509 LIBLOG_ABI_PUBLIC int __android_log_bswrite(int32_t tag, const char *payload) in __android_log_bswrite() function
177 TEST(liblog, __android_log_bswrite) { in TEST() argument188 ASSERT_LT(0, __android_log_bswrite(0, buffer)); in TEST()249 ASSERT_LT(0, __android_log_bswrite(0, buffer)); in TEST()