Home
last modified time | relevance | path

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

/system/core/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/core/libstats/socket/include/
Dstats_event_list.h110 int retval = android_log_write_int64(ctx, value);
118 int retval = android_log_write_int64(ctx, static_cast<int64_t>(value));
178 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 llndk
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/core/liblog/tests/
Dliblog_test.cpp2240 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_int64()
2258 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_list_int64()
2281 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); in event_test_simple_automagic_list()
2322 EXPECT_LE(0, android_log_write_int64(ctx, 0x0102030405060708)); in event_test_complex_nested_list()