Home
last modified time | relevance | path

Searched refs:get_all_contexts (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Drust_binder_main.rs541 let contexts = context::get_all_contexts()?; in rust_binder_transactions_show_impl()
555 let contexts = context::get_all_contexts()?; in rust_binder_stats_show_impl()
568 let contexts = context::get_all_contexts()?; in rust_binder_state_show_impl()
581 let contexts = context::get_all_contexts()?; in rust_binder_proc_show_impl()
H A Dcontext.rs28 pub(crate) fn get_all_contexts() -> Result<KVVec<Arc<Context>>> { in get_all_contexts() function
H A Dprocess.rs1516 for ctx in crate::context::get_all_contexts()? { in get_frozen_status()
1544 let ctxs = crate::context::get_all_contexts()?; in ioctl_freeze()