Lines Matching refs:android_log_context
78 android_log_context create_android_logger(uint32_t tag)
80 int android_log_write_list_begin(android_log_context ctx)
81 int android_log_write_list_end(android_log_context ctx)
83 int android_log_write_int32(android_log_context ctx, int32_t value)
84 int android_log_write_int64(android_log_context ctx, int64_t value)
85 int android_log_write_string8(android_log_context ctx, const char *value)
86 int android_log_write_string8_len(android_log_context ctx, const char *value, size_t maxlen)
87 int android_log_write_float32(android_log_context ctx, float value)
89 int android_log_write_list(android_log_context ctx, log_id_t id = LOG_ID_EVENTS)
91 android_log_context create_android_log_parser(const char *msg, size_t len)
92 android_log_list_element android_log_read_next(android_log_context ctx)
93 android_log_list_element android_log_peek_next(android_log_context ctx)
95 int android_log_destroy(android_log_context *ctx)