HomeSort by relevance Sort by last modified time
    Searched refs:offs0 (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/servicemanager/
binder.h 44 uint32_t *offs0; /* start of offsets buffer */ member in struct:binder_io
binder.c 187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0);
189 data.txn.offs = reply->offs0;
325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0);
327 writebuf.txn.offs = msg->offs0;
397 bio->offs = bio->offs0 = txn->offs;
416 bio->offs = bio->offs0 = data;

Completed in 80 milliseconds