Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder.c2349 struct binder_transaction *in_reply_to) in binder_translate_fd() argument
2358 if (in_reply_to) in binder_translate_fd()
2359 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()
2365 in_reply_to ? "reply" : "transaction", in binder_translate_fd()
2660 struct binder_transaction *in_reply_to) in binder_translate_fd_array() argument
2714 in_reply_to); in binder_translate_fd_array()
3072 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local
3132 in_reply_to = thread->transaction_stack; in binder_transaction()
3133 if (in_reply_to == NULL) { in binder_transaction()
3142 if (in_reply_to->to_thread != thread) { in binder_transaction()
[all …]