Home
last modified time | relevance | path

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

/system/core/libcutils/
Dnative_handle.c29 static const int kMaxNativeInts = 1024; variable
33 if (numFds < 0 || numInts < 0 || numFds > kMaxNativeFds || numInts > kMaxNativeInts) { in native_handle_create()