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

  /system/core/liblog/include_vndk/log/
log_event_list.h 37 typedef struct android_log_context_internal* android_log_context; typedef in typeref:struct:android_log_context_internal
44 android_log_context create_android_logger(uint32_t tag);
52 int android_log_write_list_begin(android_log_context ctx);
53 int android_log_write_list_end(android_log_context ctx);
55 int android_log_write_int32(android_log_context ctx, int32_t value);
56 int android_log_write_int64(android_log_context ctx, int64_t value);
57 int android_log_write_string8(android_log_context ctx, const char* value);
58 int android_log_write_string8_len(android_log_context ctx, const char* value,
60 int android_log_write_float32(android_log_context ctx, float value);
64 int android_log_write_list(android_log_context ctx, log_id_t id)
    [all...]
  /system/core/liblog/include/log/
log_event_list.h 56 typedef struct android_log_context_internal* android_log_context; typedef in typeref:struct:android_log_context_internal
81 android_log_context create_android_logger(uint32_t tag);
89 int android_log_write_list_begin(android_log_context ctx);
90 int android_log_write_list_end(android_log_context ctx);
92 int android_log_write_int32(android_log_context ctx, int32_t value);
93 int android_log_write_int64(android_log_context ctx, int64_t value);
94 int android_log_write_string8(android_log_context ctx, const char* value);
95 int android_log_write_string8_len(android_log_context ctx, const char* value,
97 int android_log_write_float32(android_log_context ctx, float value);
101 int android_log_write_list(android_log_context ctx, log_id_t id)
    [all...]
  /system/core/libstats/include/
stats_event_list.h 25 void reset_log_context(android_log_context ctx);
26 int write_to_logger(android_log_context context, log_id_t id);
42 android_log_context ctx;
67 operator android_log_context() const { return ctx; }
  /system/core/liblog/
logger.h 32 union android_log_context { union
44 union android_log_context context; /* Initialized by static allocation */
119 union android_log_context context; /* zero init per-transport context */

Completed in 203 milliseconds