Lines Matching refs:buffer_offset
1870 unsigned long buffer_offset; in binder_validate_ptr() local
1875 buffer_offset = start_offset + sizeof(binder_size_t) * index; in binder_validate_ptr()
1877 b, buffer_offset, in binder_validate_ptr()
1942 unsigned long buffer_offset; in binder_validate_fixup() local
1959 buffer_offset = objects_start_offset + in binder_validate_fixup()
1963 b, buffer_offset, in binder_validate_fixup()
2039 binder_size_t off_start_offset, buffer_offset; in binder_transaction_buffer_release() local
2052 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2053 buffer_offset += sizeof(binder_size_t)) { in binder_transaction_buffer_release()
2060 buffer, buffer_offset, in binder_transaction_buffer_release()
2144 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2740 binder_size_t buffer_offset; in binder_fixup_parent() local
2772 buffer_offset = bp->parent_offset + parent->buffer - b->user_data; in binder_fixup_parent()
2774 return binder_add_fixup(pf_head, buffer_offset, bp->buffer, 0); in binder_fixup_parent()
3002 binder_size_t buffer_offset = 0; in binder_transaction() local
3398 buffer_offset = off_start_offset; in binder_transaction()
3404 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3405 buffer_offset += sizeof(binder_size_t)) { in binder_transaction()
3415 buffer_offset, in binder_transaction()
3534 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3630 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3773 buffer_offset, true); in binder_transaction()