Searched refs:gMaxFds (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
H A DParcel.cpp92 static size_t gMaxFds = 0; member in namespace:android
1274 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) {
2057 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) {
2553 if (gMaxFds == 0) {
2556 gMaxFds = (size_t)result.rlim_cur;
2557 //ALOGI("parcel fd limit set to %zu", gMaxFds);
2560 gMaxFds = 1024;

Completed in 58 milliseconds