Lines Matching refs:offsets_size
217 int offsets_size; member
2039 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release()
2214 off_end_offset += buffer->offsets_size; in binder_release_entire_buffer()
3097 e->offsets_size = tr->offsets_size; in binder_transaction()
3339 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3346 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3378 tr->offsets_size, extra_buffers_size, in binder_transaction()
3400 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction()
3427 tr->offsets_size)) { in binder_transaction()
3435 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction()
3437 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction()
3454 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3879 tr->code, (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
5095 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
5137 t->buffer->data_size, t->buffer->offsets_size); in binder_thread_read()
6427 buffer->data_size, buffer->offsets_size, in print_binder_transaction_ilocked()
6953 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()