Home
last modified time | relevance | path

Searched refs:android_log_context (Results 1 – 13 of 13) sorted by relevance

/system/core/liblog/include_vndk/log/
Dlog_event_list.h35 typedef struct android_log_context_internal* android_log_context; typedef
42 android_log_context create_android_logger(uint32_t tag);
50 int android_log_write_list_begin(android_log_context ctx);
51 int android_log_write_list_end(android_log_context ctx);
53 int android_log_write_int32(android_log_context ctx, int32_t value);
54 int android_log_write_int64(android_log_context ctx, int64_t value);
55 int android_log_write_string8(android_log_context ctx, const char* value);
56 int android_log_write_string8_len(android_log_context ctx, const char* value,
58 int android_log_write_float32(android_log_context ctx, float value);
62 int android_log_write_list(android_log_context ctx, log_id_t id);
[all …]
/system/core/liblog/include/log/
Dlog_event_list.h39 typedef struct android_log_context_internal* android_log_context; typedef
60 android_log_context create_android_logger(uint32_t tag);
68 int android_log_write_list_begin(android_log_context ctx);
69 int android_log_write_list_end(android_log_context ctx);
71 int android_log_write_int32(android_log_context ctx, int32_t value);
72 int android_log_write_int64(android_log_context ctx, int64_t value);
73 int android_log_write_string8(android_log_context ctx, const char* value);
74 int android_log_write_string8_len(android_log_context ctx, const char* value,
76 int android_log_write_float32(android_log_context ctx, float value);
80 int android_log_write_list(android_log_context ctx, log_id_t id);
[all …]
/system/core/liblog/
Dlog_event_list.cpp69 android_log_context create_android_logger(uint32_t tag) { in create_android_logger()
79 return (android_log_context)context; in create_android_logger()
82 android_log_context create_android_log_parser(const char* msg, size_t len) { in create_android_log_parser()
92 return (android_log_context)context; in create_android_log_parser()
95 int android_log_destroy(android_log_context* ctx) { in android_log_destroy()
108 int android_log_reset(android_log_context context) { in android_log_reset()
122 int android_log_parser_reset(android_log_context context, const char* msg, size_t len) { in android_log_parser_reset()
133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin()
164 int android_log_write_int32(android_log_context context, int32_t value) { in android_log_write_int32()
184 int android_log_write_int64(android_log_context context, int64_t value) { in android_log_write_int64()
[all …]
DREADME.md78 android_log_context create_android_logger(uint32_t tag)
80 int android_log_write_list_begin(android_log_context ctx)
81 int android_log_write_list_end(android_log_context ctx)
83 int android_log_write_int32(android_log_context ctx, int32_t value)
84 int android_log_write_int64(android_log_context ctx, int64_t value)
85 int android_log_write_string8(android_log_context ctx, const char *value)
86 int android_log_write_string8_len(android_log_context ctx, const char *value, size_t maxlen)
87 int android_log_write_float32(android_log_context ctx, float value)
89 int android_log_write_list(android_log_context ctx, log_id_t id = LOG_ID_EVENTS)
91 android_log_context create_android_log_parser(const char *msg, size_t len)
[all …]
Dlog_event_write.cpp30 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
/system/core/libstats/socket/
Dstats_event_list.c43 void reset_log_context(android_log_context ctx) { in reset_log_context()
63 int stats_write_list(android_log_context ctx) { in stats_write_list()
93 int write_to_logger(android_log_context ctx, log_id_t id) { in write_to_logger()
122 int android_log_write_char_array(android_log_context ctx, const char* value, size_t actual_len) { in android_log_write_char_array()
/system/core/libstats/push_compat/include/
Dstats_event_list.h25 void reset_log_context(android_log_context ctx);
26 int write_to_logger(android_log_context context, log_id_t id);
29 int android_log_write_char_array(android_log_context ctx, const char* value, size_t len);
46 android_log_context ctx;
67 operator android_log_context() const { return ctx; } in android_log_context() function
/system/core/libstats/socket/include/
Dstats_event_list.h25 void reset_log_context(android_log_context ctx);
26 int write_to_logger(android_log_context context, log_id_t id);
29 int android_log_write_char_array(android_log_context ctx, const char* value, size_t len);
44 android_log_context ctx;
65 operator android_log_context() const { return ctx; } in android_log_context() function
/system/core/libstats/push_compat/
Dstats_event_list.c48 void reset_log_context(android_log_context ctx) { in reset_log_context()
68 int stats_write_list(android_log_context ctx) { in stats_write_list()
103 int write_to_logger(android_log_context ctx, log_id_t id) { in write_to_logger()
206 int android_log_write_char_array(android_log_context ctx, const char* value, size_t actual_len) { in android_log_write_char_array()
/system/core/liblog/include/private/
Dandroid_logger.h155 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
/system/core/include/private/
Dandroid_logger.h155 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
/system/core/liblog/tests/
Dliblog_test.cpp2066 android_log_context context = create_android_log_parser(msg, len); in android_log_buffer_to_string()
2217 android_log_context ctx; in event_test_int32()
2234 android_log_context ctx; in event_test_int64()
2251 android_log_context ctx; in event_test_list_int64()
2272 android_log_context ctx; in event_test_simple_automagic_list()
2294 android_log_context ctx; in event_test_list_empty()
2313 android_log_context ctx; in event_test_complex_nested_list()
2361 android_log_context ctx; in event_test_7_level_prefix()
2400 android_log_context ctx; in event_test_7_level_suffix()
2607 android_log_context ctx; in TEST()
/system/memory/lmkd/
Dlmkd.cpp214 static android_log_context ctx;