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

/frameworks/native/cmds/servicemanager/
H A Dbinder.h17 size_t offs_avail; /* entries available in offsets array */ member in struct:binder_io
H A Dbinder.c411 bio->offs_avail = txn->offsets_size / sizeof(size_t);
423 bio->offs_avail = 0;
430 bio->offs_avail = maxoffs;
471 if (obj && bio->offs_avail) {
472 bio->offs_avail--;
614 for (n = 0; n < bio->offs_avail; n++) {

Completed in 5 milliseconds