Home
last modified time | relevance | path

Searched refs:android_log_write_int32 (Results 1 – 4 of 4) sorted by relevance

/system/core/liblog/tests/
Dliblog_test.cpp2068 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/
Dlog_event_write.c40 ret = android_log_write_int32(ctx, uid); in __android_log_error_write()
Dlog_event_list.c144 LIBLOG_ABI_PUBLIC int android_log_write_int32(android_log_context ctx, in android_log_write_int32() function
/system/core/include/log/
Dlog.h589 int android_log_write_int32(android_log_context ctx, int32_t value);