Lines Matching defs:handle
379 * @desc: unique userspace handle for ref
397 * @data: binder_ref_data containing id, handle, and current refcounts
1046 * to handle the work (if they don't have a thread already),
1584 * binder_inc_ref_olocked() - increment the ref for given handle
1617 * binder_dec_ref() - dec the ref for given handle
1658 * @desc: the handle associated with the ref
1662 * Given a proc and ref handle, return the associated binder_node
1711 * binder_update_ref_for_handle() - inc/dec the ref for given handle
1713 * @desc: the handle associated with the ref
1718 * Given a proc and ref handle, increment or decrement the ref
1756 * binder_dec_ref_for_handle() - dec the ref for given handle
1758 * @desc: the handle associated with the ref
1847 * handle a transaction. binder_get_txn_from() is used to safely
1875 * handle a transaction. proc->tmp_ref is incremented when
2395 ret = binder_dec_ref_for_handle(proc, fp->handle,
2399 pr_err("transaction release %d bad handle %d, ret = %d\n",
2400 debug_id, fp->handle, ret);
2564 fp->handle = rdata.desc;
2587 node = binder_get_node_from_ref(proc, fp->handle,
2590 binder_user_error("%d:%d got transaction with invalid handle, %d\n",
2591 proc->pid, thread->pid, fp->handle);
2635 fp->handle = dest_rdata.desc;
3081 * to find a thread in the target process to handle the transaction and
3218 e->target_handle = tr->target.handle;
3280 if (tr->target.handle) {
3291 ref = binder_get_ref_olocked(proc, tr->target.handle,
3298 binder_user_error("%d:%d got transaction to invalid handle\n",
5417 __u32 handle = info->handle;
5421 binder_user_error("%d BINDER_GET_NODE_INFO_FOR_REF: only handle may be non-zero.",
5435 node = binder_get_node_from_ref(proc, handle, true, NULL);
6557 "%d: %s from %d:%d to %d:%d context %s node %d handle %d size %d:%d ret %d/%d l=%d",