Searched refs:writebuf (Results 1 – 1 of 1) sorted by relevance
312 } writebuf; in binder_call() local320 writebuf.cmd = BC_TRANSACTION; in binder_call()321 writebuf.txn.target = target; in binder_call()322 writebuf.txn.code = code; in binder_call()323 writebuf.txn.flags = 0; in binder_call()324 writebuf.txn.data_size = msg->data - msg->data0; in binder_call()325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()326 writebuf.txn.data = msg->data0; in binder_call()327 writebuf.txn.offs = msg->offs0; in binder_call()329 bwr.write_size = sizeof(writebuf); in binder_call()[all …]