Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp459 int maxSocket = -1; in onPollStreams() local
469 if (it->mRTPSocket > maxSocket) { in onPollStreams()
470 maxSocket = it->mRTPSocket; in onPollStreams()
472 if (it->mRTCPSocket > maxSocket) { in onPollStreams()
473 maxSocket = it->mRTCPSocket; in onPollStreams()
477 if (maxSocket == -1) { in onPollStreams()
482 int res = select(maxSocket + 1, &rs, NULL, NULL, &tv); in onPollStreams()