Home
last modified time | relevance | path

Searched refs:set_outstanding (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/
H A Dtransaction.rs227 pub(crate) fn set_outstanding(&self, to_process: &mut ProcessInner) { in set_outstanding() method
259 self.set_outstanding(&mut process_inner); in submit()
H A Dthread.rs1144 transaction.set_outstanding(&mut self.process.inner.lock()); in deliver_single_reply()