Home
last modified time | relevance | path

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

/system/logging/liblog/include/log/
Dlog_event_list.h72 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/
Dstats_event_list.h112 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/
Dlog_event_list.h54 int android_log_write_int64(android_log_context ctx, int64_t value);
/system/logging/liblog/
Dliblog.map.txt43 android_log_write_int64; # systemapi llndk
DAndroid.bp226 "--allowlist-function=android_log_write_int64",
Dlog_event_list.cpp184 int android_log_write_int64(android_log_context context, int64_t value) { in android_log_write_int64() function
DREADME.md84 int android_log_write_int64(android_log_context ctx, int64_t value)
/system/logging/rust/
Dliblog_event_list.rs89 check_liblog_result(unsafe { log_bindgen::android_log_write_int64(self.ctx, data) })?; in append_i64()
/system/logging/liblog/tests/
Dliblog_test.cpp2186 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()