Searched refs:binder_alloc_copy_from_buffer (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/android/ |
| D | binder_alloc.h | 168 int binder_alloc_copy_from_buffer(struct binder_alloc *alloc,
|
| D | binder.c | 2040 binder_alloc_copy_from_buffer(&proc->alloc, object, buffer, in binder_get_object() 2111 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_validate_ptr() 2195 if (binder_alloc_copy_from_buffer(&proc->alloc, in binder_validate_fixup() 2289 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_transaction_buffer_release() 2420 err = binder_alloc_copy_from_buffer( in binder_transaction_buffer_release() 2668 ret = binder_alloc_copy_from_buffer(&target_proc->alloc, in binder_translate_fd_array() 3230 if (binder_alloc_copy_from_buffer(&target_proc->alloc, in binder_transaction() 4160 err = binder_alloc_copy_from_buffer(&proc->alloc, &fd, in binder_apply_fd_fixups()
|
| D | binder_alloc.c | 1174 int binder_alloc_copy_from_buffer(struct binder_alloc *alloc, in binder_alloc_copy_from_buffer() function
|