Lines Matching refs:off_start_offset

2268 	binder_size_t off_start_offset, buffer_offset, off_end_offset;  in binder_transaction_buffer_release()  local
2279 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
2281 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
2282 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2377 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2382 off_start_offset, in binder_transaction_buffer_release()
2683 binder_size_t off_start_offset, in binder_fixup_parent() argument
2700 off_start_offset, &parent_offset, in binder_fixup_parent()
2708 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
2851 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3216 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
3217 buffer_offset = off_start_offset; in binder_transaction()
3218 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3223 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3317 size_t num_valid = (buffer_offset - off_start_offset) * in binder_transaction()
3322 off_start_offset, in binder_transaction()
3334 off_start_offset, in binder_transaction()
3391 num_valid = (buffer_offset - off_start_offset) * in binder_transaction()
3394 off_start_offset, in binder_transaction()