Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs196 pub(crate) fn clone_next(&self) -> Option<DArc<Self>> { in clone_next() method
H A Dthread.rs369 self.current_transaction = old.clone_next(); in pop_transaction_replied()
1247 inner.current_transaction = transaction.clone_next(); in transaction_inner()