Searched defs:android_log_context (Results 1 - 5 of 5) 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/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/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/liblog/
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 */

Completed in 119 milliseconds