Home
last modified time | relevance | path

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

/frameworks/base/cmds/servicemanager/
Dbinder.c187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0); in binder_send_reply()
189 data.txn.offs = reply->offs0; in binder_send_reply()
325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()
327 writebuf.txn.offs = msg->offs0; in binder_call()
397 bio->offs = bio->offs0 = txn->offs; in bio_init_from_txn()
416 bio->offs = bio->offs0 = data; in bio_init()
Dbinder.h44 uint32_t *offs0; /* start of offsets buffer */ member