Searched refs:android_log_context_internal (Results 1 – 5 of 5) sorted by relevance
39 } android_log_context_internal; typedef47 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()
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 struct android_log_context_internal { struct48 static void init_context(android_log_context_internal* context, uint32_t tag) { in init_context() argument61 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()
35 typedef struct android_log_context_internal* android_log_context;
39 typedef struct android_log_context_internal* android_log_context;