Home
last modified time | relevance | path

Searched refs:log_type (Results 1 – 2 of 2) sorted by relevance

/system/logging/rust/
Dliblog_event_list.rs33 log_type: log_bindgen::log_id field
42 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()
/system/unwinding/libunwindstack/
DArmExidx.h83 void set_log(ArmLogType log_type) { log_type_ = log_type; } in set_log() argument