Searched refs:android_log_write_int32 (Results 1 – 12 of 12) sorted by relevance
/system/logging/liblog/include/log/ |
D | log_event_list.h | 71 int android_log_write_int32(android_log_context ctx, int32_t value); 147 int retval = android_log_write_int32(ctx, value); 153 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value)); 159 int retval = android_log_write_int32(ctx, value ? 1 : 0); 218 int retval = android_log_write_int32(ctx, value); in AppendInt()
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 88 int retval = android_log_write_int32(ctx, value); 96 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value)); 104 int retval = android_log_write_int32(ctx, value ? 1 : 0); 172 int retval = android_log_write_int32(ctx, value); in AppendInt()
|
/system/logging/liblog/ |
D | log_event_write.cpp | 36 ret = android_log_write_int32(ctx, uid); in __android_log_error_write()
|
D | liblog.map.txt | 42 android_log_write_int32; # apex llndk
|
D | Android.bp | 192 "--allowlist-function=android_log_write_int32",
|
D | log_event_list.cpp | 164 int android_log_write_int32(android_log_context context, int32_t value) { in android_log_write_int32() function
|
D | README.md | 83 int android_log_write_int32(android_log_context ctx, int32_t value)
|
/system/logging/liblog/include_vndk/log/ |
D | log_event_list.h | 53 int android_log_write_int32(android_log_context ctx, int32_t value);
|
/system/logging/rust/ |
D | liblog_event_list.rs | 60 unsafe { log_bindgen::android_log_write_int32(self.ctx, data) }; in append_i32()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2223 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010)); in event_test_int32() 2280 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010)); in event_test_simple_automagic_list() 2321 EXPECT_LE(0, android_log_write_int32(ctx, 0x01020304)); in event_test_complex_nested_list() 2325 EXPECT_LE(0, android_log_write_int32(ctx, 1)); in event_test_complex_nested_list() 2326 EXPECT_LE(0, android_log_write_int32(ctx, 2)); in event_test_complex_nested_list() 2327 EXPECT_LE(0, android_log_write_int32(ctx, 3)); in event_test_complex_nested_list() 2328 EXPECT_LE(0, android_log_write_int32(ctx, 4)); in event_test_complex_nested_list() 2374 EXPECT_LE(0, android_log_write_int32(ctx, 1)); in event_test_7_level_prefix() 2376 EXPECT_LE(0, android_log_write_int32(ctx, 2)); in event_test_7_level_prefix() 2378 EXPECT_LE(0, android_log_write_int32(ctx, 3)); in event_test_7_level_prefix() [all …]
|
/system/memory/lmkd/ |
D | lmkd.cpp | 1939 android_log_write_int32(ctx, procp->pid); in killinfo_log() 1940 android_log_write_int32(ctx, procp->uid); in killinfo_log() 1941 android_log_write_int32(ctx, procp->oomadj); in killinfo_log() 1942 android_log_write_int32(ctx, min_oom_score); in killinfo_log() 1943 android_log_write_int32(ctx, (int32_t)min(rss_kb, INT32_MAX)); in killinfo_log() 1944 android_log_write_int32(ctx, kill_reason); in killinfo_log() 1948 android_log_write_int32(ctx, (int32_t)min(mi->arr[field_idx] * page_k, INT32_MAX)); in killinfo_log() 1952 android_log_write_int32(ctx, (int32_t)get_time_diff_ms(&wi->last_event_tm, tm)); in killinfo_log() 1953 android_log_write_int32(ctx, (int32_t)get_time_diff_ms(&wi->prev_wakeup_tm, tm)); in killinfo_log() 1954 android_log_write_int32(ctx, wi->wakeups_since_event); in killinfo_log() [all …]
|
/system/logging/logd/ |
D | LogTags.cpp | 518 if (android_log_write_int32(ctx, static_cast<int32_t>(tag) < 0) || in WritePmsgEventLogTags()
|