Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/android/
Dbinder.c2539 struct binder_transaction *in_reply_to) in binder_translate_fd() argument
2548 if (in_reply_to) in binder_translate_fd()
2549 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()
2555 in_reply_to ? "reply" : "transaction", in binder_translate_fd()
2603 struct binder_transaction *in_reply_to) in binder_translate_fd_array() argument
2647 in_reply_to); in binder_translate_fd_array()
2830 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local
2854 in_reply_to = thread->transaction_stack; in binder_transaction()
2855 if (in_reply_to == NULL) { in binder_transaction()
2864 if (in_reply_to->to_thread != thread) { in binder_transaction()
[all …]