Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder.c2258 struct binder_transaction *in_reply_to) in binder_translate_fd() argument
2267 if (in_reply_to) in binder_translate_fd()
2268 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()
2274 in_reply_to ? "reply" : "transaction", in binder_translate_fd()
2569 struct binder_transaction *in_reply_to) in binder_translate_fd_array() argument
2623 in_reply_to); in binder_translate_fd_array()
2913 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local
2948 in_reply_to = thread->transaction_stack; in binder_transaction()
2949 if (in_reply_to == NULL) { in binder_transaction()
2958 if (in_reply_to->to_thread != thread) { in binder_transaction()
[all …]