Searched refs:log_ffi (Results 1 – 1 of 1) sorted by relevance
67 extern crate android_log_sys as log_ffi;78 use log_ffi::LogPriority;92 fn android_log(prio: log_ffi::LogPriority, tag: &CStr, msg: &CStr) { in android_log()94 log_ffi::__android_log_write( in android_log()95 prio as log_ffi::c_int, in android_log()96 tag.as_ptr() as *const log_ffi::c_char, in android_log() constant97 msg.as_ptr() as *const log_ffi::c_char, in android_log() constant