Searched refs:android_log_write_int64 (Results 1 - 3 of 3) sorted by relevance
/system/core/include/log/ |
H A D | log.h | 590 int android_log_write_int64(android_log_context ctx, int64_t value);
|
/system/core/liblog/ |
H A D | log_event_list.c | 180 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx, function
|
/system/core/liblog/tests/ |
H A D | liblog_test.cpp | 2094 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); 2113 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); 2136 EXPECT_LE(0, android_log_write_int64(ctx, 0x8070605040302010)); 2178 EXPECT_LE(0, android_log_write_int64(ctx, 0x0102030405060708));
|
Completed in 344 milliseconds