Lines Matching refs:LOG_ID_MAIN
321 RunLogTests(LOG_ID_MAIN, write_function, check_function); in TEST()
435 EXPECT_LT(0, __android_log_buf_write(LOG_ID_MAIN, ANDROID_LOG_INFO, tag, message)); in buf_write_test()
455 if ((size_t)log_msg.entry.len != (sizeof(tag) + length + 2) || log_msg.id() != LOG_ID_MAIN) { in buf_write_test()
477 RunLogTests(LOG_ID_MAIN, write_function, check_function); in buf_write_test()
991 EXPECT_LT(0, __android_log_buf_print(LOG_ID_MAIN, ANDROID_LOG_INFO, max_payload_buf, in TEST()
1019 RunLogTests(LOG_ID_MAIN, write_function, check_function); in TEST()
1086 android_logger_list_open(LOG_ID_MAIN, 0, expected_count1, pid)}; in TEST()
1090 android_logger_list_open(LOG_ID_MAIN, 0, expected_count2, pid)}; in TEST()
1097 LOG_FAILURE_RETRY(__android_log_buf_write(LOG_ID_MAIN, ANDROID_LOG_INFO, in TEST()
1122 android_logger_list_open(LOG_ID_MAIN, ANDROID_LOG_NONBLOCK, expected_count1, pid)}; in TEST()
1126 android_logger_list_open(LOG_ID_MAIN, ANDROID_LOG_NONBLOCK, expected_count2, pid)}; in TEST()
2677 0, __android_log_buf_print(LOG_ID_MAIN, ANDROID_LOG_INFO, in TEST()