OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offs_size
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/servicemanager/
binder.h
31
uint32_t
offs_size
;
member in struct:binder_txn
binder.c
45
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 143 milliseconds