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

/frameworks/native/cmds/servicemanager/
H A Dbinder.h20 binder_size_t *offs0; /* start of offsets buffer */ member in struct:binder_io
H A Dbinder.c209 data.txn.offsets_size = ((char*) reply->offs) - ((char*) reply->offs0);
211 data.txn.data.ptr.offsets = (uintptr_t)reply->offs0;
356 writebuf.txn.offsets_size = ((char*) msg->offs) - ((char*) msg->offs0);
358 writebuf.txn.data.ptr.offsets = (uintptr_t)msg->offs0;
428 bio->offs = bio->offs0 = (binder_size_t *)(intptr_t)txn->data.ptr.offsets;
447 bio->offs = bio->offs0 = data;

Completed in 39 milliseconds