Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dcontext.rs154 pub(crate) fn get_procs_with_pid(&self, pid: i32) -> Result<KVVec<Arc<Process>>> { in get_procs_with_pid() method
H A Drust_binder_main.rs583 let procs = ctx.get_procs_with_pid(pid)?; in rust_binder_proc_show_impl()
H A Dprocess.rs1546 for proc in ctx.get_procs_with_pid(info.pid as i32)? { in ioctl_freeze()