Lines Matching refs:off_start_offset
2033 binder_size_t off_start_offset, buffer_offset; in binder_transaction_buffer_release() local
2044 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
2046 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2138 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2143 off_start_offset, in binder_transaction_buffer_release()
2724 binder_size_t off_start_offset, in binder_fixup_parent() argument
2741 off_start_offset, &parent_offset, in binder_fixup_parent()
2749 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
2997 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3392 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
3393 buffer_offset = off_start_offset; in binder_transaction()
3394 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3399 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3529 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3534 off_start_offset, in binder_transaction()
3546 off_start_offset, in binder_transaction()
3625 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3629 off_start_offset, in binder_transaction()