Searched refs:numFds (Results 1 – 2 of 2) sorted by relevance
28 native_handle_t* native_handle_create(int numFds, int numInts) in native_handle_create() argument31 sizeof(native_handle_t) + sizeof(int)*(numFds+numInts)); in native_handle_create()34 h->numFds = numFds; in native_handle_create()54 const int numFds = h->numFds; in native_handle_close() local56 for (i=0 ; i<numFds ; i++) { in native_handle_close()
27 int numFds; /* number of file-descriptors at &data[0] */ member50 native_handle_t* native_handle_create(int numFds, int numInts);