Home | History | Annotate | Download | only in wifi-display

Lines Matching refs:maxFd

1102     int maxFd = mPipeFd[0];
1118 if (s > maxFd) {
1119 maxFd = s;
1125 if (s > maxFd) {
1126 maxFd = s;
1132 int res = select(maxFd + 1, &rs, &ws, NULL, NULL /* tv */);