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()
1967 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2291 binder_size_t buffer_offset; in binder_fixup_parent() local
2322 buffer_offset = bp->parent_offset + in binder_fixup_parent()
2324 if (binder_alloc_copy_to_buffer(&target_proc->alloc, b, buffer_offset, in binder_fixup_parent()
2454 binder_size_t buffer_offset = 0; in binder_transaction() local
2828 buffer_offset = off_start_offset; in binder_transaction()
2834 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
2835 buffer_offset += sizeof(binder_size_t)) { in binder_transaction()
2844 buffer_offset, in binder_transaction()
2928 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3002 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3107 buffer_offset, true); in binder_transaction()