Lines Matching refs:offsets_size

189 	int offsets_size;  member
285 size_t offsets_size; member
652 size_t offsets_size, int is_async) in binder_alloc_buf() argument
669 ALIGN(offsets_size, sizeof(void *)); in binder_alloc_buf()
671 if (size < data_size || size < offsets_size) { in binder_alloc_buf()
673 proc->pid, data_size, offsets_size); in binder_alloc_buf()
744 buffer->offsets_size = offsets_size; in binder_alloc_buf()
819 ALIGN(buffer->offsets_size, sizeof(void *)); in binder_free_buf()
1250 buffer->data_size, buffer->offsets_size, failed_at); in binder_transaction_buffer_release()
1260 off_end = (void *)offp + buffer->offsets_size; in binder_transaction_buffer_release()
1339 e->offsets_size = tr->offsets_size; in binder_transaction()
1464 (u64)tr->data_size, (u64)tr->offsets_size); in binder_transaction()
1472 (u64)tr->data_size, (u64)tr->offsets_size); in binder_transaction()
1488 tr->offsets_size, !reply && (t->flags & TF_ONE_WAY)); in binder_transaction()
1512 tr->data.ptr.offsets, tr->offsets_size)) { in binder_transaction()
1518 if (!IS_ALIGNED(tr->offsets_size, sizeof(binder_size_t))) { in binder_transaction()
1520 proc->pid, thread->pid, (u64)tr->offsets_size); in binder_transaction()
1524 off_end = (void *)offp + tr->offsets_size; in binder_transaction()
1738 (u64)tr->data_size, (u64)tr->offsets_size); in binder_transaction()
2408 tr.offsets_size = t->buffer->offsets_size; in binder_thread_read()
2432 t->buffer->data_size, t->buffer->offsets_size, in binder_thread_read()
3242 t->buffer->data_size, t->buffer->offsets_size, in print_binder_transaction()
3251 buffer->data_size, buffer->offsets_size, in print_binder_buffer()
3616 e->target_handle, e->data_size, e->offsets_size); in print_binder_transaction_log_entry()