Searched refs:get_all_procs (Results 1 – 2 of 2) sorted by relevance
543 let procs = ctx.get_all_procs()?; in rust_binder_transactions_show_impl()557 let procs = ctx.get_all_procs()?; in rust_binder_stats_show_impl()570 let procs = ctx.get_all_procs()?; in rust_binder_state_show_impl()
145 pub(crate) fn get_all_procs(&self) -> Result<KVVec<Arc<Process>>> { in get_all_procs() method