Searched refs:writebuf (Results 1 – 1 of 1) sorted by relevance
324 } __attribute__((packed)) writebuf; in binder_call() local332 writebuf.cmd = BC_TRANSACTION; in binder_call()333 writebuf.txn.target.handle = target; in binder_call()334 writebuf.txn.code = code; in binder_call()335 writebuf.txn.flags = 0; in binder_call()336 writebuf.txn.data_size = msg->data - msg->data0; in binder_call()337 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()338 writebuf.txn.data.ptr.buffer = (uintptr_t)msg->data0; in binder_call()339 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0; in binder_call()341 bwr.write_size = sizeof(writebuf); in binder_call()[all …]