Home
last modified time | relevance | path

Searched defs:__android_log_message (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/include/android_stub/android/
Dlog.h187 struct __android_log_message { struct
189 size_t struct_size;
213 typedef void (*__android_logger_function)(const struct __android_log_message* log_message); argument
/external/rust/crates/android_log-sys/src/
Dlib.rs53 pub struct __android_log_message { struct
54 pub struct_size: usize,
55 pub buffer_id: i32,
56 pub priority: i32,
57 pub tag: *const c_char,
58 pub file: *const c_char,
59 pub line: u32,
60 pub message: *const c_char,
92 pub fn __android_log_write_log_message(log_message: *mut __android_log_message); in __android_log_write_log_message()