Lines Matching refs:offsets_size
2249 buffer->data_size, buffer->offsets_size, in binder_transaction_buffer_release()
2257 off_start_offset + buffer->offsets_size; in binder_transaction_buffer_release()
2849 e->offsets_size = tr->offsets_size; in binder_transaction()
3066 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3075 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
3115 tr->offsets_size, extra_buffers_size, in binder_transaction()
3131 ALIGN(tr->offsets_size, sizeof(void *)) + in binder_transaction()
3170 tr->offsets_size)) { in binder_transaction()
3178 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction()
3180 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction()
3197 off_end_offset = off_start_offset + tr->offsets_size; in binder_transaction()
3502 (u64)tr->data_size, (u64)tr->offsets_size, in binder_transaction()
4479 trd->offsets_size = t->buffer->offsets_size; in binder_thread_read()
4521 t->buffer->data_size, t->buffer->offsets_size, in binder_thread_read()
5559 buffer->data_size, buffer->offsets_size, in print_binder_transaction_ilocked()
6015 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()