Lines Matching refs:offsets_size
230 int offsets_size; member
2203 buffer->data_size, buffer->offsets_size, failed_at); in binder_transaction_buffer_release()
2213 off_end = (void *)off_start + buffer->offsets_size; in binder_transaction_buffer_release()
2750 e->offsets_size = tr->offsets_size; in binder_transaction()
2935 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
2944 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
2961 tr->offsets_size, extra_buffers_size, in binder_transaction()
2993 tr->data.ptr.offsets, tr->offsets_size)) { in binder_transaction()
3001 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction()
3003 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction()
3018 off_end = (void *)off_start + tr->offsets_size; in binder_transaction()
3266 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
4114 tr.offsets_size = t->buffer->offsets_size; in binder_thread_read()
4152 t->buffer->data_size, t->buffer->offsets_size, in binder_thread_read()
5089 buffer->data_size, buffer->offsets_size, in print_binder_transaction_ilocked()
5542 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()