Home
last modified time | relevance | path

Searched defs:LogContext (Results 1 – 2 of 2) sorted by relevance

/system/logging/rust/
Dliblog_event_list.rs31 pub struct LogContext { struct
38 unsafe impl Send for LogContext {} argument
40 impl LogContext { impl
42 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new()
84 impl Drop for LogContext { implementation
/system/security/keystore2/src/
Daudit_log.rs78 F: Fn(LogContext) -> LogContext, in with_log_context()