Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/android/
Dbinder_alloc.h184 int binder_alloc_copy_from_buffer(struct binder_alloc *alloc,
Dbinder.c1804 if (binder_alloc_copy_from_buffer(&proc->alloc, object, buffer, in binder_get_object()
1876 if (binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_validate_ptr()
1961 if (binder_alloc_copy_from_buffer(&proc->alloc, in binder_validate_fixup()
2059 if (!binder_alloc_copy_from_buffer(&proc->alloc, &object_offset, in binder_transaction_buffer_release()
2186 err = binder_alloc_copy_from_buffer( in binder_transaction_buffer_release()
3412 if (binder_alloc_copy_from_buffer(&target_proc->alloc, in binder_transaction()
Dbinder_alloc.c1393 int binder_alloc_copy_from_buffer(struct binder_alloc *alloc, in binder_alloc_copy_from_buffer() function