Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DARTPConnection.h52 void setRtpSockOptEcn(int32_t sockOptEcn);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTPSource.cpp128 mRTPConn->setRtpSockOptEcn(info->mRtpSockOptEcn); in prepareAsync()
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp1298 void ARTPConnection::setRtpSockOptEcn(int32_t sockOptEcn) { in setRtpSockOptEcn() function in android::ARTPConnection