Searched refs:off_start_offset (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/android/ |
| D | binder.c | 1942 binder_size_t off_start_offset, buffer_offset; in binder_transaction_buffer_release() local 1953 off_start_offset = ALIGN(buffer->data_size, sizeof(void *)); 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() 2634 binder_size_t off_start_offset, in binder_fixup_parent() argument 2651 off_start_offset, &parent_offset, in binder_fixup_parent() 2659 if (!binder_validate_fixup(target_proc, b, off_start_offset, in binder_fixup_parent() 2906 binder_size_t off_start_offset, off_end_offset; in binder_transaction() local 3301 off_start_offset = ALIGN(tr->data_size, sizeof(void *)); in binder_transaction() [all …]
|