Home
last modified time | relevance | path

Searched defs:maxFds (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
H A Ddrmeventlistener.h51 static const uint32_t maxFds = 3; variable
/aosp12/system/core/libcutils/include/cutils/
H A Dnative_handle.h30 #define NATIVE_HANDLE_DECLARE_STORAGE(name, maxFds, maxInts) \ argument
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dnative_handle.h30 #define NATIVE_HANDLE_DECLARE_STORAGE(name, maxFds, maxInts) \ argument
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp689 uint32_t maxFds = static_cast<uint32_t>(limit.rlim_cur); in TEST_F() local