HomeSort by relevance Sort by last modified time
    Searched refs:maxFd (Results 1 - 4 of 4) sorted by null

  /system/core/libcutils/
selector.c 38 int maxFd;
153 selector->maxFd = 0;
186 if (fd > selector->maxFd) {
187 selector->maxFd = fd;
244 int result = select(selector->maxFd + 1, &selector->readFds,
  /dalvik/vm/
StdioConverter.cpp 155 int maxFd, fdCount;
160 maxFd = MAX(gDvm.stdoutPipe[0], gDvm.stderrPipe[0]);
162 fdCount = select(maxFd+1, &readfds, NULL, NULL, NULL);
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.cpp 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 */);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 190 milliseconds