Searched defs:LogContext (Results 1 – 2 of 2) sorted by relevance
/system/logging/rust/ |
D | liblog_event_list.rs | 51 pub struct LogContext { struct 52 ctx: log_bindgen::android_log_context, 53 log_type: log_bindgen::log_id, 58 unsafe impl Send for LogContext {} implementation 60 impl LogContext { implementation 62 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new() 142 impl Drop for LogContext { implementation
|
D | structured_logger.rs | 22 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError>; in add_to_context() 26 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() 32 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() 38 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() 44 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() 50 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context() 65 fn add_to_context(&self, ctx: LogContext) -> Result<LogContext, LogContextError> { in add_to_context()
|