Lines Matching refs:off_start_offset

1941 	binder_size_t off_start_offset, buffer_offset, off_end_offset;  in binder_transaction_buffer_release()  local
1952 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
1954 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
1955 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2047 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2052 off_start_offset, in binder_transaction_buffer_release()
2619 binder_size_t off_start_offset, in binder_fixup_parent() argument
2636 off_start_offset, &parent_offset, in binder_fixup_parent()
2644 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
2883 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3274 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
3275 buffer_offset = off_start_offset; in binder_transaction()
3276 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3281 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
3410 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3415 off_start_offset, in binder_transaction()
3427 off_start_offset, in binder_transaction()
3507 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3511 off_start_offset, in binder_transaction()