Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/android/
Dbinder.c2348 struct binder_transaction *in_reply_to) in binder_translate_fd() argument
2357 if (in_reply_to) in binder_translate_fd()
2358 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()
2364 in_reply_to ? "reply" : "transaction", in binder_translate_fd()
2659 struct binder_transaction *in_reply_to) in binder_translate_fd_array() argument
2713 in_reply_to); in binder_translate_fd_array()
3004 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local
3039 in_reply_to = thread->transaction_stack; in binder_transaction()
3040 if (in_reply_to == NULL) { in binder_transaction()
3049 if (in_reply_to->to_thread != thread) { in binder_transaction()
[all …]