Lines Matching refs:off_start_offset

2040 	binder_size_t off_start_offset, buffer_offset, off_end_offset;  in binder_transaction_buffer_release()  local
2051 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
2053 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
2054 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2146 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2151 off_start_offset, in binder_transaction_buffer_release()
2720 binder_size_t off_start_offset, in binder_fixup_parent() argument
2737 off_start_offset, &parent_offset, in binder_fixup_parent()
2745 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
2978 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3368 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
3369 buffer_offset = off_start_offset; in binder_transaction()
3370 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3375 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3496 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3501 off_start_offset, in binder_transaction()
3513 off_start_offset, in binder_transaction()
3589 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3593 off_start_offset, in binder_transaction()