Home
last modified time | relevance | path

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

/system/core/libcutils/
Dnative_handle.cpp25 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
38 native_handle_t* native_handle_create(int numFds, int numInts) { in native_handle_create()
89 const int numFds = h->numFds; in native_handle_close() local
/system/core/libcutils/include_outside_system/cutils/
Dnative_handle.h37 int numFds; /* number of file-descriptors at &data[0] */ member
/system/core/libcutils/include/cutils/
Dnative_handle.h37 int numFds; /* number of file-descriptors at &data[0] */ member
/system/libfmq/include/fmq/
DMessageQueueBase.h711 int numFds = (bufferFd != -1) ? 2 : 1; in MessageQueueBase() local
/system/libhwbinder/
DParcel.cpp1492 int numFds = (*handle)->numFds; in readNullableNativeHandleNoDup() local
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1105 const int numFds = testStrings.size(); in TEST_F() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2402 const int numFds = testStrings.size(); in TEST_F() local