Lines Matching refs:off_start_offset

1861 	binder_size_t off_start_offset, buffer_offset, off_end_offset;  in binder_transaction_buffer_release()  local
1872 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
1874 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
1875 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
1968 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
1973 off_start_offset, in binder_transaction_buffer_release()
2282 binder_size_t off_start_offset, in binder_fixup_parent() argument
2299 off_start_offset, &parent_offset, in binder_fixup_parent()
2307 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
2456 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
2837 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
2838 buffer_offset = off_start_offset; in binder_transaction()
2839 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
2844 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction()
2938 size_t num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
2943 off_start_offset, in binder_transaction()
2955 off_start_offset, in binder_transaction()
3012 num_valid = (buffer_offset - off_start_offset) / in binder_transaction()
3015 off_start_offset, in binder_transaction()