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

/frameworks/native/cmds/servicemanager/
H A Dbinder.h41 uint32_t offs_avail; /* entries available in offsets array */ member in struct:binder_io
H A Dbinder.c399 bio->offs_avail = txn->offs_size / 4;
411 bio->offs_avail = 0;
418 bio->offs_avail = maxoffs;
455 if (obj && bio->offs_avail) {
456 bio->offs_avail--;
594 for (n = 0; n < bio->offs_avail; n++) {

Completed in 27 milliseconds