Lines Matching refs:buffer_offset

1873 	unsigned long buffer_offset;  in binder_validate_ptr()  local
1878 buffer_offset = start_offset + sizeof(binder_size_t) * index; in binder_validate_ptr()
1880 b, buffer_offset, in binder_validate_ptr()
1945 unsigned long buffer_offset; in binder_validate_fixup() local
1962 buffer_offset = objects_start_offset + in binder_validate_fixup()
1966 b, buffer_offset, in binder_validate_fixup()
2040 binder_size_t off_start_offset, buffer_offset, off_end_offset; in binder_transaction_buffer_release() local
2054 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2055 buffer_offset += sizeof(binder_size_t)) { in binder_transaction_buffer_release()
2062 buffer, buffer_offset, in binder_transaction_buffer_release()
2146 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2730 binder_size_t buffer_offset; in binder_fixup_parent() local
2761 buffer_offset = bp->parent_offset + in binder_fixup_parent()
2763 return binder_add_fixup(pf_head, buffer_offset, bp->buffer, 0); in binder_fixup_parent()
2977 binder_size_t buffer_offset = 0; in binder_transaction() local
3369 buffer_offset = off_start_offset; in binder_transaction()
3375 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3376 buffer_offset += sizeof(binder_size_t)) { in binder_transaction()
3386 buffer_offset, in binder_transaction()
3496 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3589 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3722 buffer_offset, true); in binder_transaction()