Searched refs:writebuf (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/servicemanager/
H A Dbinder.c327 } __attribute__((packed)) writebuf; local
335 writebuf.cmd = BC_TRANSACTION;
336 writebuf.txn.target.handle = target;
337 writebuf.txn.code = code;
338 writebuf.txn.flags = 0;
339 writebuf.txn.data_size = msg->data - msg->data0;
340 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0);
341 writebuf.txn.data.ptr.buffer = (uintptr_t)msg->data0;
342 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0;
344 bwr.write_size = sizeof(writebuf);
[all...]
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp620 uint8_t writebuf[1] = { write_value }; local
625 ret = data.writeInt32(sizeof(writebuf));
628 ret = data.write(writebuf, sizeof(writebuf));

Completed in 63 milliseconds