Searched refs:from_parent (Results 1 – 3 of 3) sorted by relevance
31 pub(crate) from_parent: Option<DArc<Transaction>>, field55 from_parent: Option<DArc<Transaction>>, in new()82 if from_parent.is_some() { in new()98 from_parent, in new()138 from_parent: None, in new_reply()177 match (&self.from_parent, onext) { in is_stacked_on()179 (Some(from_parent), Some(next)) => Arc::ptr_eq(from_parent, next), in is_stacked_on()186 Some(self.from_parent.as_ref()?.clone()) in clone_next()193 let mut it = &self.from_parent; in find_target_thread()198 it = &transaction.from_parent; in find_target_thread()[all …]
474 t_opt = t.from_parent.as_ref(); in debug_print()
1510 target_thread->transaction_stack->from_parent; in binder_pop_transaction_ilocked()1725 next = t->from_parent; in binder_send_failed_reply()3307 tmp = tmp->from_parent; in binder_transaction()3771 t->from_parent = thread->transaction_stack; in binder_transaction()5378 t = t->from_parent; in binder_thread_release()6497 t = t->from_parent; in print_binder_thread_ilocked()