Home
last modified time | relevance | path

Searched refs:off_start_offset (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/
H A Dbinder.c2051 binder_size_t off_start_offset, buffer_offset; in binder_transaction_buffer_release() local
2062 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); in binder_transaction_buffer_release()
2064 for (buffer_offset = off_start_offset; buffer_offset < off_end_offset; in binder_transaction_buffer_release()
2156 num_valid = (buffer_offset - off_start_offset) / in binder_transaction_buffer_release()
2161 off_start_offset, in binder_transaction_buffer_release()
2742 binder_size_t off_start_offset, in binder_fixup_parent() argument
2759 off_start_offset, &parent_offset, in binder_fixup_parent()
2767 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent()
3082 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local
3467 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction()
[all …]