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)) {
2056 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) {
2552 if (gMaxFds == 0) {
2555 gMaxFds = (size_t)result.rlim_cur;
2556 //ALOGI("parcel fd limit set to %zu", gMaxFds);
2559 gMaxFds = 1024;

Completed in 492 milliseconds