Searched refs:in_reply_to (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 2653 struct binder_transaction *in_reply_to) in binder_translate_fd() 2662 if (in_reply_to) in binder_translate_fd() 2663 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd() 2669 in_reply_to ? "reply" : "transaction", in binder_translate_fd() 2963 struct binder_transaction *in_reply_to) in binder_translate_fd_array() 3017 in_reply_to); in binder_translate_fd_array() 3195 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local 3225 in_reply_to = thread->transaction_stack; in binder_transaction() 3226 if (in_reply_to == NULL) { in binder_transaction() 3235 if (in_reply_to in binder_transaction() 2650 binder_translate_fd(u32 fd, binder_size_t fd_offset, struct binder_transaction *t, struct binder_thread *thread, struct binder_transaction *in_reply_to) binder_translate_fd() argument 2956 binder_translate_fd_array(struct list_head *pf_head, struct binder_fd_array_object *fda, const void __user *sender_ubuffer, struct binder_buffer_object *parent, struct binder_buffer_object *sender_uparent, struct binder_transaction *t, struct binder_thread *thread, struct binder_transaction *in_reply_to) binder_translate_fd_array() argument [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 2304 struct binder_transaction *in_reply_to) in binder_translate_fd() 2313 if (in_reply_to) in binder_translate_fd() 2314 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd() 2320 in_reply_to ? "reply" : "transaction", in binder_translate_fd() 2615 struct binder_transaction *in_reply_to) in binder_translate_fd_array() 2669 in_reply_to); in binder_translate_fd_array() 2959 struct binder_transaction *in_reply_to = NULL; in binder_transaction() local 2994 in_reply_to = thread->transaction_stack; in binder_transaction() 2995 if (in_reply_to == NULL) { in binder_transaction() 3004 if (in_reply_to in binder_transaction() 2301 binder_translate_fd(u32 fd, binder_size_t fd_offset, struct binder_transaction *t, struct binder_thread *thread, struct binder_transaction *in_reply_to) binder_translate_fd() argument 2608 binder_translate_fd_array(struct list_head *pf_head, struct binder_fd_array_object *fda, const void __user *sender_ubuffer, struct binder_buffer_object *parent, struct binder_buffer_object *sender_uparent, struct binder_transaction *t, struct binder_thread *thread, struct binder_transaction *in_reply_to) binder_translate_fd_array() argument [all...] |
Completed in 11 milliseconds