Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/android/
Dbinder.c1170 static void binder_pop_transaction(struct binder_thread *target_thread, in binder_pop_transaction() argument
1173 if (target_thread) { in binder_pop_transaction()
1174 BUG_ON(target_thread->transaction_stack != t); in binder_pop_transaction()
1175 BUG_ON(target_thread->transaction_stack->from != target_thread); in binder_pop_transaction()
1176 target_thread->transaction_stack = in binder_pop_transaction()
1177 target_thread->transaction_stack->from_parent; in binder_pop_transaction()
1190 struct binder_thread *target_thread; in binder_send_failed_reply() local
1195 target_thread = t->from; in binder_send_failed_reply()
1196 if (target_thread) { in binder_send_failed_reply()
1197 if (target_thread->return_error != BR_OK && in binder_send_failed_reply()
[all …]