Home
last modified time | relevance | path

Searched refs:android_log_write_int64 (Results 1 – 8 of 8) sorted by relevance

/system/core/lmkd/
Dstatslog.c45 if ((ret = android_log_write_int64(ctx, getElapsedRealTimeNs())) < 0) { in stats_write_lmk_state_changed()
77 if ((ret = android_log_write_int64(ctx, getElapsedRealTimeNs())) < 0) { in stats_write_lmk_kill_occurred()
97 if ((ret = android_log_write_int64(ctx, pgfault)) < 0) { in stats_write_lmk_kill_occurred()
101 if ((ret = android_log_write_int64(ctx, pgmajfault)) < 0) { in stats_write_lmk_kill_occurred()
105 if ((ret = android_log_write_int64(ctx, rss_in_bytes)) < 0) { in stats_write_lmk_kill_occurred()
109 if ((ret = android_log_write_int64(ctx, cache_in_bytes)) < 0) { in stats_write_lmk_kill_occurred()
113 if ((ret = android_log_write_int64(ctx, swap_in_bytes)) < 0) { in stats_write_lmk_kill_occurred()
117 if ((ret = android_log_write_int64(ctx, process_start_time_ns)) < 0) { in stats_write_lmk_kill_occurred()
/system/core/liblog/include/log/
Dlog_event_list.h78 int android_log_write_int64(android_log_context ctx, int64_t value);
173 int retval = android_log_write_int64(ctx, value);
179 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value));
232 int retval = android_log_write_int64(ctx, value); in AppendLong()
/system/core/libstats/include/
Dstats_event_list.h113 int retval = android_log_write_int64(ctx, value);
121 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value));
183 int retval = android_log_write_int64(ctx, value); in AppendLong()
/system/core/liblog/include_vndk/log/
Dlog_event_list.h54 int android_log_write_int64(android_log_context ctx, int64_t value);
/system/core/liblog/
Dliblog.map.txt43 android_log_write_int64; # apex vndk
DREADME.md86 int android_log_write_int64(android_log_context ctx, int64_t value)
Dlog_event_list.cpp221 int android_log_write_int64(android_log_context ctx, int64_t value) { in android_log_write_int64() function
/system/core/liblog/tests/
Dliblog_test.cpp2581 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_int64()
2599 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_list_int64()
2622 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_simple_automagic_list()
2663 EXPECT_LE(0, android_log_write_int64(ctx, 0x0102030405060708)); in event_test_complex_nested_list()