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

/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp255 int maxSocket = -1; local
265 if (it->mRTPSocket > maxSocket) {
266 maxSocket = it->mRTPSocket;
268 if (it->mRTCPSocket > maxSocket) {
269 maxSocket = it->mRTCPSocket;
273 if (maxSocket == -1) {
277 int res = select(maxSocket + 1, &rs, NULL, NULL, &tv);

Completed in 42 milliseconds