Searched defs:__android_log_message (Results 1 – 2 of 2) sorted by relevance
187 struct __android_log_message { struct189 size_t struct_size;213 typedef void (*__android_logger_function)(const struct __android_log_message* log_message); argument
53 pub struct __android_log_message { struct54 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()