Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp1257 int maxFd = mPipeFd[0]; in threadLoop() local
1273 if (s > maxFd) { in threadLoop()
1274 maxFd = s; in threadLoop()
1280 if (s > maxFd) { in threadLoop()
1281 maxFd = s; in threadLoop()
1287 int res = select(maxFd + 1, &rs, &ws, NULL, NULL /* tv */); in threadLoop()