HomeSort by relevance Sort by last modified time
    Searched full:android_log_context (Results 1 - 5 of 5) sorted by null

  /system/core/liblog/
log_event_list.c 48 LIBLOG_ABI_PUBLIC android_log_context create_android_logger(uint32_t tag) {
67 return (android_log_context)context;
70 LIBLOG_ABI_PUBLIC android_log_context create_android_log_parser(
85 return (android_log_context)context;
88 LIBLOG_ABI_PUBLIC int android_log_destroy(android_log_context *ctx) {
101 LIBLOG_ABI_PUBLIC int android_log_write_list_begin(android_log_context ctx) {
144 LIBLOG_ABI_PUBLIC int android_log_write_int32(android_log_context ctx,
180 LIBLOG_ABI_PUBLIC int android_log_write_int64(android_log_context ctx,
204 LIBLOG_ABI_PUBLIC int android_log_write_string8_len(android_log_context ctx,
241 LIBLOG_ABI_PUBLIC int android_log_write_string8(android_log_context ctx
    [all...]
logger.h 33 union android_log_context { union
44 union android_log_context context; /* Initialized by static allocation */
116 union android_log_context context; /* zero init per-transport context */
log_event_write.c 34 android_log_context ctx = create_android_logger(tag);
  /system/core/include/log/
log.h 557 typedef struct android_log_context_internal *android_log_context; typedef in typeref:struct:android_log_context_internal
578 android_log_context create_android_logger(uint32_t tag);
586 int android_log_write_list_begin(android_log_context ctx);
587 int android_log_write_list_end(android_log_context ctx);
589 int android_log_write_int32(android_log_context ctx, int32_t value);
590 int android_log_write_int64(android_log_context ctx, int64_t value);
591 int android_log_write_string8(android_log_context ctx, const char *value);
592 int android_log_write_string8_len(android_log_context ctx,
594 int android_log_write_float32(android_log_context ctx, float value);
598 int android_log_write_list(android_log_context ctx, log_id_t id)
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp     [all...]

Completed in 145 milliseconds