Home
last modified time | relevance | path

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

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