Lines Matching refs:offsets_size
1866 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release()
1874 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
2480 e->offsets_size = tr->offsets_size; in binder_transaction()
2697 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
2706 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
2746 tr->offsets_size, extra_buffers_size, in binder_transaction()
2762 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction()
2802 tr->offsets_size)) { in binder_transaction()
2810 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction()
2812 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction()
2829 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3143 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
4129 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
4171 t->buffer->data_size, t->buffer->offsets_size, in binder_thread_read()
5400 buffer->data_size, buffer->offsets_size, in print_binder_transaction_ilocked()
5858 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()