Lines Matching defs:increment
1234 * binder_inc_ref_olocked() - increment the ref for given handle
1236 * @strong: if true, strong increment, else weak
1384 * @increment: true=inc reference, false=dec reference
1388 * Given a proc and ref handle, increment or decrement the ref
1389 * according to "increment" arg.
1394 uint32_t desc, bool increment, bool strong,
1407 if (increment)
1446 * binder_inc_ref_for_node() - increment the ref for given proc/node
1453 * Given a proc and node, increment the ref. Create the ref if it
1571 * Atomically return the "from" thread and increment the tmp_ref
3193 * increment on the node to ensure it
4144 bool increment = cmd == BC_INCREFS || cmd == BC_ACQUIRE;
4152 if (increment && !target) {
4172 proc, target, increment, strong,