Searched refs:android_log_write_int32 (Results 1 – 5 of 5) sorted by relevance
/system/core/liblog/include/log/ |
D | log_event_list.h | 91 int android_log_write_int32(android_log_context ctx, int32_t value); 167 int retval = android_log_write_int32(ctx, value); 173 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value)); 232 int retval = android_log_write_int32(ctx, value); in AppendInt()
|
/system/core/liblog/ |
D | log_event_write.c | 39 ret = android_log_write_int32(ctx, uid); in __android_log_error_write()
|
D | log_event_list.c | 141 LIBLOG_ABI_PUBLIC int android_log_write_int32(android_log_context ctx, in android_log_write_int32() function
|
D | README | 93 int android_log_write_int32(android_log_context ctx, int32_t value)
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2575 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010)); in event_test_int32() 2632 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010)); in event_test_simple_automagic_list() 2673 EXPECT_LE(0, android_log_write_int32(ctx, 0x01020304)); in event_test_complex_nested_list() 2677 EXPECT_LE(0, android_log_write_int32(ctx, 1)); in event_test_complex_nested_list() 2678 EXPECT_LE(0, android_log_write_int32(ctx, 2)); in event_test_complex_nested_list() 2679 EXPECT_LE(0, android_log_write_int32(ctx, 3)); in event_test_complex_nested_list() 2680 EXPECT_LE(0, android_log_write_int32(ctx, 4)); in event_test_complex_nested_list() 2726 EXPECT_LE(0, android_log_write_int32(ctx, 1)); in event_test_7_level_prefix() 2728 EXPECT_LE(0, android_log_write_int32(ctx, 2)); in event_test_7_level_prefix() 2730 EXPECT_LE(0, android_log_write_int32(ctx, 3)); in event_test_7_level_prefix() [all …]
|