Home
last modified time | relevance | path

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

/drivers/android/binder/
Dtransaction.rs223 pub(crate) fn clone_next(&self) -> Option<DArc<Self>> { in clone_next() method
Dthread.rs362 self.current_transaction = old.clone_next(); in pop_transaction_replied()
1341 inner.current_transaction = transaction.clone_next(); in transaction_inner()