Searched refs:android_log_context_internal (Results 1 – 4 of 4) sorted by relevance
37 struct android_log_context_internal { struct51 typedef struct android_log_context_internal android_log_context_internal; typedef53 static void init_context(android_log_context_internal* context, uint32_t tag) { in init_context()68 static void init_parser_context(android_log_context_internal* context, const char* msg, in init_parser_context()77 android_log_context_internal* context; in create_android_logger()80 static_cast<android_log_context_internal*>(calloc(1, sizeof(android_log_context_internal))); in create_android_logger()90 android_log_context_internal* context; in create_android_log_parser()94 static_cast<android_log_context_internal*>(calloc(1, sizeof(android_log_context_internal))); in create_android_log_parser()104 android_log_context_internal* context; in android_log_destroy()106 context = (android_log_context_internal*)*ctx; in android_log_destroy()[all …]
39 } android_log_context_internal; typedef52 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()
35 typedef struct android_log_context_internal* android_log_context;
41 typedef struct android_log_context_internal* android_log_context;