Searched refs:android_log_context (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_event_list.h | 35 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); 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); 65 int android_log_reset(android_log_context ctx); 68 int android_log_parser_reset(android_log_context ctx, [all …]
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_event_list.h | 39 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); 80 int android_log_write_list(android_log_context ctx, log_id_t id); 91 int android_log_reset(android_log_context ctx); 94 int android_log_parser_reset(android_log_context ctx, 98 int android_log_destroy(android_log_context* ctx); 105 android_log_context ctx; [all …]
|
/aosp12/system/logging/liblog/ |
H A D | log_event_list.cpp | 69 android_log_context create_android_logger(uint32_t tag) { in create_android_logger() 79 return (android_log_context)context; in create_android_logger() 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() 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() 239 int android_log_write_float32(android_log_context context, float value) { in android_log_write_float32() 259 int android_log_write_list_end(android_log_context context) { in android_log_write_list_end() [all …]
|
H A D | README.md | 78 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) 87 int android_log_write_float32(android_log_context ctx, float value) 91 android_log_context create_android_log_parser(const char *msg, size_t len) 92 android_log_list_element android_log_read_next(android_log_context ctx) 93 android_log_list_element android_log_peek_next(android_log_context ctx) [all …]
|
H A D | log_event_write.cpp | 30 android_log_context ctx = create_android_logger(tag); in __android_log_error_write()
|
/aosp12/system/core/libstats/push_compat/include/ |
H A D | stats_event_list.h | 25 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
|
/aosp12/system/core/libstats/push_compat/ |
H A D | stats_event_list.c | 48 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()
|
/aosp12/system/logging/rust/ |
H A D | liblog_event_list.rs | 32 ctx: log_bindgen::android_log_context,
|
/aosp12/system/logging/liblog/include/private/ |
H A D | android_logger.h | 148 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
|
/aosp12/system/logging/liblog/tests/ |
H A D | liblog_test.cpp | 2066 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()
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | Section.cpp | 620 android_log_context context = create_android_log_parser(msg.msg() + sizeof(uint32_t), in BlockingCall()
|
/aosp12/system/memory/lmkd/ |
H A D | lmkd.cpp | 224 static android_log_context ctx;
|