Searched refs:log_type (Results 1 – 2 of 2) sorted by relevance
33 log_type: log_bindgen::log_id field42 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new()43 if log_type == log_bindgen::log_id_LOG_ID_SECURITY && !security_log_enabled() { in new()50 Some(LogContext{ ctx, log_type }) in new()80 unsafe { log_bindgen::android_log_write_list(self.ctx, self.log_type) }; in write()
83 void set_log(ArmLogType log_type) { log_type_ = log_type; } in set_log() argument