Searched refs:android_log_write_int64 (Results 1 – 9 of 9) sorted by relevance
/system/logging/liblog/include/log/ |
D | log_event_list.h | 72 int android_log_write_int64(android_log_context ctx, int64_t value); 165 int retval = android_log_write_int64(ctx, value); 171 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); 224 int retval = android_log_write_int64(ctx, value); in AppendLong()
|
/system/core/libstats/push_compat/include/ |
D | stats_event_list.h | 112 int retval = android_log_write_int64(ctx, value); 120 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value)); 180 int retval = android_log_write_int64(ctx, value); in AppendLong()
|
/system/logging/liblog/include_vndk/log/ |
D | log_event_list.h | 54 int android_log_write_int64(android_log_context ctx, int64_t value);
|
/system/logging/liblog/ |
D | liblog.map.txt | 43 android_log_write_int64; # systemapi llndk
|
D | Android.bp | 226 "--allowlist-function=android_log_write_int64",
|
D | log_event_list.cpp | 184 int android_log_write_int64(android_log_context context, int64_t value) { in android_log_write_int64() function
|
D | README.md | 84 int android_log_write_int64(android_log_context ctx, int64_t value)
|
/system/logging/rust/ |
D | liblog_event_list.rs | 89 check_liblog_result(unsafe { log_bindgen::android_log_write_int64(self.ctx, data) })?; in append_i64()
|
/system/logging/liblog/tests/ |
D | liblog_test.cpp | 2186 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_int64() 2204 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_list_int64() 2227 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_simple_automagic_list() 2268 EXPECT_LE(0, android_log_write_int64(ctx, 0x0102030405060708)); in event_test_complex_nested_list()
|