Home
last modified time | relevance | path

Searched refs:maxFds (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dnative_handle.h30 #define NATIVE_HANDLE_DECLARE_STORAGE(name, maxFds, maxInts) \ argument
32 sizeof(native_handle_t) + sizeof(int) * ((maxFds) + (maxInts))]
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h30 #define NATIVE_HANDLE_DECLARE_STORAGE(name, maxFds, maxInts) \ argument
32 sizeof(native_handle_t) + sizeof(int) * ((maxFds) + (maxInts))]