Lines Matching refs:buffer_offset

1772 	unsigned long buffer_offset;  in binder_validate_ptr()  local
1777 buffer_offset = start_offset + sizeof(binder_size_t) * index; in binder_validate_ptr()
1779 b, buffer_offset, in binder_validate_ptr()
1844 unsigned long buffer_offset; in binder_validate_fixup() local
1861 buffer_offset = objects_start_offset + in binder_validate_fixup()
1865 b, buffer_offset, in binder_validate_fixup()
1941 binder_size_t off_start_offset, buffer_offset, off_end_offset; in binder_transaction_buffer_release() local
1955 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
1956 buffer_offset += sizeof(binder_size_t)) { in binder_transaction_buffer_release()
1963 buffer, buffer_offset, in binder_transaction_buffer_release()
2047 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2629 binder_size_t buffer_offset; in binder_fixup_parent() local
2660 buffer_offset = bp->parent_offset + in binder_fixup_parent()
2662 return binder_add_fixup(pf_head, buffer_offset, bp->buffer, 0); in binder_fixup_parent()
2890 binder_size_t buffer_offset = 0; in binder_transaction() local
3283 buffer_offset = off_start_offset; in binder_transaction()
3289 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3290 buffer_offset += sizeof(binder_size_t)) { in binder_transaction()
3300 buffer_offset, in binder_transaction()
3418 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3515 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3658 buffer_offset, true); in binder_transaction()