Searched refs:binder_alloc_copy_to_buffer (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/android/ |
D | binder_alloc.h | 178 int binder_alloc_copy_to_buffer(struct binder_alloc *alloc,
|
D | binder.c | 2516 ret = binder_alloc_copy_to_buffer( in binder_do_deferred_txn_copies() 3350 err = binder_alloc_copy_to_buffer(&target_proc->alloc, in binder_transaction() 3474 binder_alloc_copy_to_buffer(&target_proc->alloc, in binder_transaction() 3493 binder_alloc_copy_to_buffer(&target_proc->alloc, in binder_transaction() 3515 binder_alloc_copy_to_buffer(&target_proc->alloc, in binder_transaction() 3585 ret = binder_alloc_copy_to_buffer(&target_proc->alloc, in binder_transaction() 3639 binder_alloc_copy_to_buffer(&target_proc->alloc, in binder_transaction() 4635 if (binder_alloc_copy_to_buffer(&proc->alloc, t->buffer, in binder_apply_fd_fixups()
|
D | binder_alloc.c | 1383 int binder_alloc_copy_to_buffer(struct binder_alloc *alloc, in binder_alloc_copy_to_buffer() function
|