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

/frameworks/native/cmds/servicemanager/
H A Dbinder.h44 uint32_t *offs0; /* start of offsets buffer */ member in struct:binder_io
H A Dbinder.c187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0);
189 data.txn.offs = reply->offs0;
325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0);
327 writebuf.txn.offs = msg->offs0;
397 bio->offs = bio->offs0 = txn->offs;
416 bio->offs = bio->offs0 = data;

Completed in 438 milliseconds