Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs204 pub(crate) fn find_from(&self, thread: &Thread) -> Option<&DArc<Transaction>> { in find_from() method
H A Dthread.rs349 self.current_transaction = transaction.find_from(thread).cloned(); in pop_transaction_to_reply()
477 t_opt = t.find_from(self); in debug_print()