Searched refs:android_log_write_int32 (Results 1 - 8 of 8) sorted by relevance

/system/core/lmkd/
H A Dstatslog.c49 if ((ret = android_log_write_int32(ctx, code)) < 0) {
53 if ((ret = android_log_write_int32(ctx, state)) < 0) {
80 if ((ret = android_log_write_int32(ctx, code)) < 0) {
84 if ((ret = android_log_write_int32(ctx, uid)) < 0) {
92 if ((ret = android_log_write_int32(ctx, oom_score)) < 0) {
/system/core/liblog/include_vndk/log/
H A Dlog_event_list.h55 int android_log_write_int32(android_log_context ctx, int32_t value);
/system/core/liblog/
H A Dlog_event_write.c39 ret = android_log_write_int32(ctx, uid);
H A Dlog_event_list.c141 LIBLOG_ABI_PUBLIC int android_log_write_int32(android_log_context ctx, function
/system/core/libstats/include/
H A Dstats_event_list.h88 int retval = android_log_write_int32(ctx, value);
96 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value));
104 int retval = android_log_write_int32(ctx, value ? 1 : 0);
174 int retval = android_log_write_int32(ctx, value);
/system/core/include/log/
H A Dlog_event_list.h92 int android_log_write_int32(android_log_context ctx, int32_t value);
169 int retval = android_log_write_int32(ctx, value);
175 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value));
181 int retval = android_log_write_int32(ctx, value ? 1 : 0);
242 int retval = android_log_write_int32(ctx, value);
/system/core/liblog/include/log/
H A Dlog_event_list.h92 int android_log_write_int32(android_log_context ctx, int32_t value);
169 int retval = android_log_write_int32(ctx, value);
175 int retval = android_log_write_int32(ctx, static_cast<int32_t>(value));
181 int retval = android_log_write_int32(ctx, value ? 1 : 0);
242 int retval = android_log_write_int32(ctx, value);
/system/core/liblog/tests/
H A Dliblog_test.cpp2584 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010));
2641 EXPECT_LE(0, android_log_write_int32(ctx, 0x40302010));
2682 EXPECT_LE(0, android_log_write_int32(ctx, 0x01020304));
2686 EXPECT_LE(0, android_log_write_int32(ctx, 1));
2687 EXPECT_LE(0, android_log_write_int32(ctx, 2));
2688 EXPECT_LE(0, android_log_write_int32(ctx, 3));
2689 EXPECT_LE(0, android_log_write_int32(ctx, 4));
2735 EXPECT_LE(0, android_log_write_int32(ctx, 1));
2737 EXPECT_LE(0, android_log_write_int32(ctx, 2));
2739 EXPECT_LE(0, android_log_write_int32(ct
[all...]

Completed in 128 milliseconds