Lines Matching refs:off_start_offset
2039 binder_size_t off_start_offset, buffer_offset; in binder_transaction_buffer_release() local
2050 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
2052 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2144 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2149 off_start_offset, in binder_transaction_buffer_release()
2730 binder_size_t off_start_offset, in binder_fixup_parent() argument
2747 off_start_offset, &parent_offset, in binder_fixup_parent()
2755 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
3003 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3397 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
3398 buffer_offset = off_start_offset; in binder_transaction()
3399 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3404 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3534 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3539 off_start_offset, in binder_transaction()
3551 off_start_offset, in binder_transaction()
3630 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3634 off_start_offset, in binder_transaction()