Lines Matching defs:rdata
1287 * @rdata: the id/refcount data for the ref
1296 struct binder_ref_data *rdata)
1311 if (rdata)
1312 *rdata = ref->data;
1343 * @rdata: the id/refcount data for the ref
1352 struct binder_ref_data *rdata)
1369 if (rdata)
1370 *rdata = ref->data;
1387 * @rdata: the id/refcount data for the ref
1394 uint32_t desc, bool strong, struct binder_ref_data *rdata)
1396 return binder_update_ref_for_handle(proc, desc, false, strong, rdata);
1406 * @rdata: the id/refcount data for the ref
1417 struct binder_ref_data *rdata)
1434 *rdata = ref->data;
2042 struct binder_ref_data rdata;
2047 hdr->type == BINDER_TYPE_HANDLE, &rdata);
2056 rdata.debug_id, rdata.desc);
2182 struct binder_ref_data rdata;
2206 &thread->todo, &rdata);
2215 fp->handle = rdata.desc;
2218 trace_binder_transaction_node_to_ref(t, node, &rdata);
2222 rdata.debug_id, rdata.desc);
3900 struct binder_ref_data rdata;
3921 strong, NULL, &rdata);
3928 &rdata);
3929 if (!ret && rdata.desc != target) {
3932 target, rdata.desc);
3958 rdata.debug_id, rdata.desc, rdata.strong,
3959 rdata.weak);