Searched refs:numInts (Results 1 – 2 of 2) sorted by relevance
31 native_handle_t* native_handle_create(int numFds, int numInts) in native_handle_create() argument33 if (numFds < 0 || numInts < 0 || numFds > kMaxNativeFds || numInts > kMaxNativeInts) { in native_handle_create()37 size_t mallocSize = sizeof(native_handle_t) + (sizeof(int) * (numFds + numInts)); in native_handle_create()42 h->numInts = numInts; in native_handle_create()
28 int numInts; /* number of ints at &data[numFds] */ member50 native_handle_t* native_handle_create(int numFds, int numInts);