Home
last modified time | relevance | path

Searched refs:android_log_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/include/android_stub/log/
Dlog_event_list.h39 typedef struct android_log_context_internal* android_log_context; typedef
60 android_log_context create_android_logger(uint32_t tag);
68 int android_log_write_list_begin(android_log_context ctx);
69 int android_log_write_list_end(android_log_context ctx);
71 int android_log_write_int32(android_log_context ctx, int32_t value);
72 int android_log_write_int64(android_log_context ctx, int64_t value);
73 int android_log_write_string8(android_log_context ctx, const char* value);
74 int android_log_write_string8_len(android_log_context ctx, const char* value,
76 int android_log_write_float32(android_log_context ctx, float value);
80 int android_log_write_list(android_log_context ctx, log_id_t id);
[all …]
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c146 android_log_context ctx = create_android_logger(CERT_VALIDATION_FAILURE); in log_cert_validation_failure()