Searched refs:android_log_write_int64 (Results 1 – 8 of 8) sorted by relevance
/system/core/lmkd/ |
D | statslog.c | 45 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/ |
D | log_event_list.h | 78 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/ |
D | stats_event_list.h | 113 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/ |
D | log_event_list.h | 54 int android_log_write_int64(android_log_context ctx, int64_t value);
|
/system/core/liblog/ |
D | liblog.map.txt | 43 android_log_write_int64; # apex vndk
|
D | README.md | 86 int android_log_write_int64(android_log_context ctx, int64_t value)
|
D | log_event_list.cpp | 221 int android_log_write_int64(android_log_context ctx, int64_t value) { in android_log_write_int64() function
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 2581 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()
|