Searched refs:log_type (Results 1 – 2 of 2) sorted by relevance
53 log_type: log_bindgen::log_id, field62 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new()63 if log_type == log_bindgen::log_id_LOG_ID_SECURITY && !security_log_enabled() { in new()71 Some(LogContext { ctx, log_type }) in new()137 log_bindgen::android_log_write_list(self.ctx, self.log_type) in write()
82 void set_log(ArmLogType log_type) { log_type_ = log_type; } in set_log() argument