Lines Matching defs:context
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() local
83 android_log_context_internal* context; in create_android_log_parser() local
96 android_log_context_internal* context; in android_log_destroy() local
108 int android_log_reset(android_log_context context) { in android_log_reset()
122 int android_log_parser_reset(android_log_context context, const char* msg, size_t len) { in android_log_parser_reset()
133 int android_log_write_list_begin(android_log_context context) { in android_log_write_list_begin()
164 int android_log_write_int32(android_log_context context, int32_t value) { in android_log_write_int32()
184 int android_log_write_int64(android_log_context context, int64_t value) { in android_log_write_int64()
204 int android_log_write_string8_len(android_log_context context, const char* value, size_t maxlen) { in android_log_write_string8_len()
239 int android_log_write_float32(android_log_context context, float value) { in android_log_write_float32()
259 int android_log_write_list_end(android_log_context context) { in android_log_write_list_end()
286 int android_log_write_list(android_log_context context, log_id_t id) { in android_log_write_list()
318 int android_log_write_list_buffer(android_log_context context, const char** buffer) { in android_log_write_list_buffer()
354 static android_log_list_element android_log_read_next_internal(android_log_context context, in android_log_read_next_internal()