Home
last modified time | relevance | path

Searched refs:android_log_context_internal (Results 1 – 5 of 5) sorted by relevance

/system/core/libstats/socket/
Dstats_event_list.c39 } android_log_context_internal; typedef
47 android_log_context_internal* context = (android_log_context_internal*)(ctx); in reset_log_context()
49 memset(context, 0, sizeof(android_log_context_internal)); in reset_log_context()
64 android_log_context_internal* context; in stats_write_list()
68 context = (android_log_context_internal*)(ctx); in stats_write_list()
125 android_log_context_internal* context; in android_log_write_char_array()
127 context = (android_log_context_internal*)ctx; in android_log_write_char_array()
/system/core/libstats/push_compat/
Dstats_event_list.c39 } android_log_context_internal; typedef
52 android_log_context_internal* context = (android_log_context_internal*)(ctx); in reset_log_context()
54 memset(context, 0, sizeof(android_log_context_internal)); in reset_log_context()
69 android_log_context_internal* context; in stats_write_list()
73 context = (android_log_context_internal*)(ctx); in stats_write_list()
209 android_log_context_internal* context; in android_log_write_char_array()
211 context = (android_log_context_internal*)ctx; in android_log_write_char_array()
/system/core/liblog/
Dlog_event_list.cpp35 struct android_log_context_internal { struct
48 static void init_context(android_log_context_internal* context, uint32_t tag) { in init_context() argument
61 static void init_parser_context(android_log_context_internal* context, const char* msg, in init_parser_context()
70 android_log_context_internal* context; in create_android_logger()
73 static_cast<android_log_context_internal*>(calloc(1, sizeof(android_log_context_internal))); in create_android_logger()
83 android_log_context_internal* context; in create_android_log_parser()
86 static_cast<android_log_context_internal*>(calloc(1, sizeof(android_log_context_internal))); in create_android_log_parser()
96 android_log_context_internal* context; in android_log_destroy()
98 context = (android_log_context_internal*)*ctx; in android_log_destroy()
/system/core/liblog/include_vndk/log/
Dlog_event_list.h35 typedef struct android_log_context_internal* android_log_context;
/system/core/liblog/include/log/
Dlog_event_list.h39 typedef struct android_log_context_internal* android_log_context;