Searched refs:offs0 (Results 1 – 2 of 2) sorted by relevance
222 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0); in binder_send_reply()224 data.txn.data.ptr.offsets = (uintptr_t)reply->offs0; in binder_send_reply()383 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0); in binder_call()385 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0; in binder_call()455 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets; in bio_init_from_txn()474 bio->offs = bio->offs0 = data; in bio_init()
20 binder_size_t *offs0; /* start of offsets buffer */ member