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

/system/core/include/cutils/
H A Dnative_handle.h28 int numInts; /* number of ints at &data[numFds] */ member in struct:native_handle
29 int data[0]; /* numFds + numInts ints */
50 native_handle_t* native_handle_create(int numFds, int numInts);
/system/core/libcutils/
H A Dnative_handle.c28 native_handle_t* native_handle_create(int numFds, int numInts) argument
31 sizeof(native_handle_t) + sizeof(int)*(numFds+numInts));
35 h->numInts = numInts;

Completed in 228 milliseconds