Searched refs:android_log_context (Results 1 - 14 of 14) sorted by relevance

/system/core/liblog/include_vndk/log/
H A Dlog_event_list.h37 typedef struct android_log_context_internal* android_log_context; typedef in typeref:struct:android_log_context_internal
44 android_log_context create_android_logger(uint32_t tag);
52 int android_log_write_list_begin(android_log_context ctx);
53 int android_log_write_list_end(android_log_context ctx);
55 int android_log_write_int32(android_log_context ctx, int32_t value);
56 int android_log_write_int64(android_log_context ctx, int64_t value);
57 int android_log_write_string8(android_log_context ctx, const char* value);
58 int android_log_write_string8_len(android_log_context ctx, const char* value,
60 int android_log_write_float32(android_log_context ctx, float value);
64 int android_log_write_list(android_log_context ct
[all...]
/system/core/include/log/
H A Dlog_event_list.h56 typedef struct android_log_context_internal* android_log_context; typedef in typeref:struct:android_log_context_internal
81 android_log_context create_android_logger(uint32_t tag);
89 int android_log_write_list_begin(android_log_context ctx);
90 int android_log_write_list_end(android_log_context ctx);
92 int android_log_write_int32(android_log_context ctx, int32_t value);
93 int android_log_write_int64(android_log_context ctx, int64_t value);
94 int android_log_write_string8(android_log_context ctx, const char* value);
95 int android_log_write_string8_len(android_log_context ctx, const char* value,
97 int android_log_write_float32(android_log_context ctx, float value);
101 int android_log_write_list(android_log_context ct
[all...]
/system/core/liblog/include/log/
H A Dlog_event_list.h56 typedef struct android_log_context_internal* android_log_context; typedef in typeref:struct:android_log_context_internal
81 android_log_context create_android_logger(uint32_t tag);
89 int android_log_write_list_begin(android_log_context ctx);
90 int android_log_write_list_end(android_log_context ctx);
92 int android_log_write_int32(android_log_context ctx, int32_t value);
93 int android_log_write_int64(android_log_context ctx, int64_t value);
94 int android_log_write_string8(android_log_context ctx, const char* value);
95 int android_log_write_string8_len(android_log_context ctx, const char* value,
97 int android_log_write_float32(android_log_context ctx, float value);
101 int android_log_write_list(android_log_context ct
[all...]
/system/core/lmkd/
H A Dstatslog.h44 static inline void statslog_init(android_log_context* log_ctx, bool* enable_stats_log) {
54 static inline void statslog_destroy(android_log_context* log_ctx) {
77 stats_write_lmk_state_changed(android_log_context ctx, int32_t code, int32_t state);
84 stats_write_lmk_kill_occurred(android_log_context ctx, int32_t code, int32_t uid,
H A Dstatslog.c36 stats_write_lmk_state_changed(android_log_context ctx, int32_t code, int32_t state) {
65 stats_write_lmk_kill_occurred(android_log_context ctx, int32_t code, int32_t uid,
H A Dlmkd.c251 static android_log_context log_ctx;
/system/core/liblog/
H A Dlog_event_write.c33 android_log_context ctx = create_android_logger(tag);
H A Dlog_event_list.c48 LIBLOG_ABI_PUBLIC android_log_context create_android_logger(uint32_t tag) {
67 return (android_log_context)context;
70 LIBLOG_ABI_PUBLIC android_log_context create_android_log_parser(const char* msg,
84 return (android_log_context)context;
87 LIBLOG_ABI_PUBLIC int android_log_destroy(android_log_context* ctx) {
100 LIBLOG_ABI_PUBLIC int android_log_write_list_begin(android_log_context ctx) {
141 LIBLOG_ABI_PUBLIC int android_log_write_int32(android_log_context ctx,
176 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx,
200 LIBLOG_ABI_PUBLIC int android_log_write_string8_len(android_log_context ctx,
237 LIBLOG_ABI_PUBLIC int android_log_write_string8(android_log_context ct
[all...]
H A Dlogger.h32 union android_log_context { union
44 union android_log_context context; /* Initialized by static allocation */
119 union android_log_context context; /* zero init per-transport context */
/system/core/libstats/include/
H A 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);
42 android_log_context ctx;
67 operator android_log_context() const { return ctx; }
/system/core/libstats/
H A Dstats_event_list.c47 void reset_log_context(android_log_context ctx) {
67 int stats_write_list(android_log_context ctx) {
102 int write_to_logger(android_log_context ctx, log_id_t id) {
/system/core/include/private/
H A Dandroid_logger.h154 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
160 /* android_log_context C++ helpers */
/system/core/liblog/include/private/
H A Dandroid_logger.h154 int android_log_write_list_buffer(android_log_context ctx, const char** msg);
160 /* android_log_context C++ helpers */
/system/core/liblog/tests/
H A Dliblog_test.cpp2427 android_log_context context = create_android_log_parser(msg, len);
2578 android_log_context ctx;
2595 android_log_context ctx;
2612 android_log_context ctx;
2633 android_log_context ctx;
2655 android_log_context ctx;
2674 android_log_context ctx;
2722 android_log_context ctx;
2761 android_log_context ctx;
3002 android_log_context ct
[all...]

Completed in 169 milliseconds