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

/frameworks/native/cmds/servicemanager/
H A Dbinder.h31 uint32_t offs_size; member in struct:binder_txn
H A Dbinder.c45 unsigned count = txn->offs_size / 4;
50 txn->sender_pid, txn->sender_euid, txn->data_size, txn->offs_size);
181 data.txn.offs_size = 0;
187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0);
325 writebuf.txn.offs_size = ((char*) msg->offs) - ((char*) msg->offs0);
399 bio->offs_avail = txn->offs_size / 4;

Completed in 62 milliseconds