Home
last modified time | relevance | path

Searched defs:numFds (Results 1 – 2 of 2) sorted by relevance

/system/core/libcutils/
Dnative_handle.c28 native_handle_t* native_handle_create(int numFds, int numInts) in native_handle_create()
54 const int numFds = h->numFds; in native_handle_close() local
/system/core/include/cutils/
Dnative_handle.h27 int numFds; /* number of file-descriptors at &data[0] */ member