Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/android/
Dbinder.c2243 struct binder_transaction *in_reply_to) in binder_translate_fd() argument
2252 if (in_reply_to) in binder_translate_fd()
2253 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()
2259 in_reply_to ? "reply" : "transaction", in binder_translate_fd()
2554 struct binder_transaction *in_reply_to) in binder_translate_fd_array() argument
2608 in_reply_to); in binder_translate_fd_array()
2890 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local
2924 in_reply_to = thread->transaction_stack; in binder_transaction()
2925 if (in_reply_to == NULL) { in binder_transaction()
2934 if (in_reply_to->to_thread != thread) { in binder_transaction()
[all …]