Home
last modified time | relevance | path

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

/aosp12/system/logging/rust/
H A Dliblog_event_list.rs31 pub struct LogContext { struct
38 unsafe impl Send for LogContext {} implementation
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
/aosp12/system/security/keystore2/src/
H A Daudit_log.rs78 F: Fn(LogContext) -> LogContext, in with_log_context()