Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/android/
Dbinder_alloc.h178 int binder_alloc_copy_to_buffer(struct binder_alloc *alloc,
Dbinder.c2516 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()
Dbinder_alloc.c1383 int binder_alloc_copy_to_buffer(struct binder_alloc *alloc, in binder_alloc_copy_to_buffer() function