Searched refs:android_log_write_int32 (Results 1 – 4 of 4) sorted by relevance
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2068 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010)); in event_test_int32() 2127 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010)); in event_test_simple_automagic_list() 2169 EXPECT_LE(0, android_log_write_int32(ctx, 0x01020304)); in event_test_complex_nested_list() 2173 EXPECT_LE(0, android_log_write_int32(ctx, 1)); in event_test_complex_nested_list() 2174 EXPECT_LE(0, android_log_write_int32(ctx, 2)); in event_test_complex_nested_list() 2175 EXPECT_LE(0, android_log_write_int32(ctx, 3)); in event_test_complex_nested_list() 2176 EXPECT_LE(0, android_log_write_int32(ctx, 4)); in event_test_complex_nested_list() 2224 EXPECT_LE(0, android_log_write_int32(ctx, 1)); in event_test_7_level_prefix() 2226 EXPECT_LE(0, android_log_write_int32(ctx, 2)); in event_test_7_level_prefix() 2228 EXPECT_LE(0, android_log_write_int32(ctx, 3)); in event_test_7_level_prefix() [all …]
|
/system/core/liblog/ |
D | log_event_write.c | 40 ret = android_log_write_int32(ctx, uid); in __android_log_error_write()
|
D | log_event_list.c | 144 LIBLOG_ABI_PUBLIC int android_log_write_int32(android_log_context ctx, in android_log_write_int32() function
|
/system/core/include/log/ |
D | log.h | 589 int android_log_write_int32(android_log_context ctx, int32_t value);
|