Lines Matching refs:buffer_offset
1695 unsigned long buffer_offset; in binder_validate_ptr() local
1700 buffer_offset = start_offset + sizeof(binder_size_t) * index; in binder_validate_ptr()
1702 b, buffer_offset, in binder_validate_ptr()
1767 unsigned long buffer_offset; in binder_validate_fixup() local
1783 buffer_offset = objects_start_offset + in binder_validate_fixup()
1787 b, buffer_offset, in binder_validate_fixup()
1861 binder_size_t off_start_offset, buffer_offset, off_end_offset; in binder_transaction_buffer_release() local
1875 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
1876 buffer_offset += sizeof(binder_size_t)) { in binder_transaction_buffer_release()
1883 buffer, buffer_offset, in binder_transaction_buffer_release()
1968 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2292 binder_size_t buffer_offset; in binder_fixup_parent() local
2323 buffer_offset = bp->parent_offset + in binder_fixup_parent()
2325 if (binder_alloc_copy_to_buffer(&target_proc->alloc, b, buffer_offset, in binder_fixup_parent()
2455 binder_size_t buffer_offset = 0; in binder_transaction() local
2838 buffer_offset = off_start_offset; in binder_transaction()
2844 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
2845 buffer_offset += sizeof(binder_size_t)) { in binder_transaction()
2854 buffer_offset, in binder_transaction()
2938 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3012 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3117 buffer_offset, true); in binder_transaction()