Searched refs:offs0 (Results 1 – 2 of 2) sorted by relevance
194 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0); in binder_send_reply()196 data.txn.data.ptr.offsets = (uintptr_t)reply->offs0; in binder_send_reply()337 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()339 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0; in binder_call()409 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets; in bio_init_from_txn()428 bio->offs = bio->offs0 = data; in bio_init()
20 binder_size_t *offs0; /* start of offsets buffer */ member