Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder.c2565 struct binder_transaction *in_reply_to) in binder_translate_fd() argument
2574 if (in_reply_to) in binder_translate_fd()
2575 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()
2581 in_reply_to ? "reply" : "transaction", in binder_translate_fd()
2629 struct binder_transaction *in_reply_to) in binder_translate_fd_array() argument
2673 in_reply_to); in binder_translate_fd_array()
2857 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local
2881 in_reply_to = thread->transaction_stack; in binder_transaction()
2882 if (in_reply_to == NULL) { in binder_transaction()
2891 if (in_reply_to->to_thread != thread) { in binder_transaction()
[all …]