Lines Matching refs:buffer_offset

1864 	unsigned long buffer_offset;  in binder_validate_ptr()  local
1869 buffer_offset = start_offset + sizeof(binder_size_t) * index; in binder_validate_ptr()
1871 b, buffer_offset, in binder_validate_ptr()
1936 unsigned long buffer_offset; in binder_validate_fixup() local
1953 buffer_offset = objects_start_offset + in binder_validate_fixup()
1957 b, buffer_offset, in binder_validate_fixup()
2033 binder_size_t off_start_offset, buffer_offset; in binder_transaction_buffer_release() local
2046 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2047 buffer_offset += sizeof(binder_size_t)) { in binder_transaction_buffer_release()
2054 buffer, buffer_offset, in binder_transaction_buffer_release()
2138 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2734 binder_size_t buffer_offset; in binder_fixup_parent() local
2766 buffer_offset = bp->parent_offset + parent->buffer - b->user_data; in binder_fixup_parent()
2768 return binder_add_fixup(pf_head, buffer_offset, bp->buffer, 0); in binder_fixup_parent()
2996 binder_size_t buffer_offset = 0; in binder_transaction() local
3393 buffer_offset = off_start_offset; in binder_transaction()
3399 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3400 buffer_offset += sizeof(binder_size_t)) { in binder_transaction()
3410 buffer_offset, in binder_transaction()
3529 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3625 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3768 buffer_offset, true); in binder_transaction()