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.rs216 pub(crate) fn set_outstanding(&self, to_process: &mut ProcessInner) { in set_outstanding() method
248 self.set_outstanding(&mut process_inner); in submit()
H A Dthread.rs1120 transaction.set_outstanding(&mut self.process.inner.lock()); in deliver_single_reply()