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

/frameworks/native/cmds/servicemanager/
H A Dbinder.c344 } __attribute__((packed)) writebuf; local
352 writebuf.cmd = BC_TRANSACTION;
353 writebuf.txn.target.handle = target;
354 writebuf.txn.code = code;
355 writebuf.txn.flags = 0;
356 writebuf.txn.data_size = msg->data - msg->data0;
357 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0);
358 writebuf.txn.data.ptr.buffer = (uintptr_t)msg->data0;
359 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0;
361 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 72 milliseconds