OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offs_avail
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/servicemanager/
binder.h
41
uint32_t
offs_avail
; /* entries available in offsets array */
member in struct:binder_io
binder.c
399
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 42 milliseconds