Lines Matching refs:off_start_offset
2034 binder_size_t off_start_offset, buffer_offset; in binder_transaction_buffer_release() local
2045 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
2047 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2139 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2144 off_start_offset, in binder_transaction_buffer_release()
2725 binder_size_t off_start_offset, in binder_fixup_parent() argument
2742 off_start_offset, &parent_offset, in binder_fixup_parent()
2750 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
3065 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3452 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
3453 buffer_offset = off_start_offset; in binder_transaction()
3454 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3459 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3589 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3594 off_start_offset, in binder_transaction()
3606 off_start_offset, in binder_transaction()
3685 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3689 off_start_offset, in binder_transaction()