Searched defs:maxSocket (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp256 int maxSocket = -1; local
266 if (it->mRTPSocket > maxSocket) {
267 maxSocket = it->mRTPSocket;
269 if (it->mRTCPSocket > maxSocket) {
270 maxSocket = it->mRTCPSocket;
274 if (maxSocket == -1) {
278 int res = select(maxSocket + 1, &rs, NULL, NULL, &tv);

Completed in 116 milliseconds