Home
last modified time | relevance | path

Searched refs:with_log_buffer (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/vmnic/src/
Dmain.rs36 .with_log_buffer(android_logger::LogId::System), in main()
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/vfio_handler/src/
Dmain.rs36 .with_log_buffer(android_logger::LogId::System), in main()
/aosp_15_r20/hardware/interfaces/security/secretkeeper/default/src/
H A Dmain.rs33 .with_log_buffer(android_logger::LogId::System), in main()
/aosp_15_r20/hardware/interfaces/security/authgraph/default/src/
H A Dmain.rs54 .with_log_buffer(android_logger::LogId::System), in inner_main()
/aosp_15_r20/external/rust/android-crates-io/crates/android_logger/
DCHANGELOG.md36 - `Config::with_log_buffer()` method to specify concrete Android logging system buffer. ([#50], [#6…
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/
H A Dlib.rs130 .with_log_buffer(android_logger::LogId::System), in init_logging()
/aosp_15_r20/packages/modules/Virtualization/android/virtualizationservice/src/
Dmain.rs65 .with_log_buffer(android_logger::LogId::System) in try_main()
/aosp_15_r20/external/rust/android-crates-io/crates/android_logger/src/
Dlib.rs323 pub fn with_log_buffer(mut self, buf_id: LogId) -> Self { in with_log_buffer() method
585 .with_log_buffer(LogId::System) in check_config_values()
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dandroid_logger.rs323 pub fn with_log_buffer(mut self, buf_id: LogId) -> Self { in with_log_buffer() method
585 .with_log_buffer(LogId::System) in check_config_values()
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dmain.rs95 .with_log_buffer(android_logger::LogId::System), in main()
/aosp_15_r20/system/core/trusty/secretkeeper/src/
H A Dhal_main.rs105 .with_log_buffer(android_logger::LogId::System), in inner_main()
/aosp_15_r20/system/security/keystore2/src/
H A Dkeystore2_main.rs44 .with_log_buffer(android_logger::LogId::System) in main()
/aosp_15_r20/packages/modules/Virtualization/android/compos_verify/
Dverify.rs65 .with_log_buffer(LogId::System), // Needed to log successfully early in boot in main()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/default/
H A Dmain.rs62 .with_log_buffer(android_logger::LogId::System), in inner_main()
/aosp_15_r20/tools/security/fuzzing/orphans/android_logger/
H A Dandroid_logger_fuzzer.rs113 .with_log_buffer(config_input.log_id.into()) in from()
/aosp_15_r20/system/core/trusty/keymint/src/
H A Dkeymint_hal_main.rs105 .with_log_buffer(android_logger::LogId::System), in inner_main()
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs96 .with_log_buffer(android_logger::LogId::System), in inner_main()
/aosp_15_r20/system/bpf/loader/
H A Dbpfloader.rs111 .with_log_buffer(android_logger::LogId::Main) in init()