Lines Matching refs:offs
44 unsigned *offs = txn->offs; in binder_dump_txn() local
53 obj = (void*) (((char*) txn->data) + *offs++); in binder_dump_txn()
183 data.txn.offs = 0; in binder_send_reply()
187 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()
457 *bio->offs++ = ((char*) obj) - ((char*) bio->data0); in bio_alloc_obj()
595 if (bio->offs[n] == off) in _bio_get_obj()