Home
last modified time | relevance | path

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

/aosp14/system/core/libcutils/
H A Dnative_handle.cpp58 const int numFds = h->numFds; in close_internal() local
86 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
99 native_handle_t* native_handle_create(int numFds, int numInts) { in native_handle_create()
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_NativeHandle.cpp42 const int numFds = handle->numFds; in MakeJavaNativeHandleObj() local
70 const int numFds = (int) env->GetArrayLength(fds.get()); in MakeCppNativeHandle() local
/aosp14/system/core/libcutils/include/cutils/
H A Dnative_handle.h37 int numFds; /* number of file-descriptors at &data[0] */ member
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h37 int numFds; /* number of file-descriptors at &data[0] */ member
/aosp14/frameworks/base/core/java/android/os/
H A DNativeHandle.java185 int numFds = mFds.length; in getFdsAsIntArray() local
/aosp14/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.cpp75 int numFds, int numInts) { in allocTemporaryNativeHandle()