Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DNetworkUtilsForAppProc.cpp32 void NetworkUtils::UnRegisterSocketUserTag(int) { in UnRegisterSocketUserTag() function in android::NetworkUtils
DNetworkUtils.h24 static void UnRegisterSocketUserTag(int sockfd);
DNetworkUtils.cpp38 void NetworkUtils::UnRegisterSocketUserTag(int sockfd) { in UnRegisterSocketUserTag() function in android::NetworkUtils
DARTSPConnection.cpp64 NetworkUtils::UnRegisterSocketUserTag(mSocket); in ~ARTSPConnection()
219 NetworkUtils::UnRegisterSocketUserTag(mSocket); in onConnect()
302 NetworkUtils::UnRegisterSocketUserTag(mSocket); in onConnect()
320 NetworkUtils::UnRegisterSocketUserTag(mSocket); in performDisconnect()
395 NetworkUtils::UnRegisterSocketUserTag(mSocket); in onCompleteConnection()
DMyHandler.h763 NetworkUtils::UnRegisterSocketUserTag(track->mRTPSocket); in onMessageReceived()
765 NetworkUtils::UnRegisterSocketUserTag(track->mRTCPSocket); in onMessageReceived()
892 NetworkUtils::UnRegisterSocketUserTag(info->mRTPSocket); in onMessageReceived()
894 NetworkUtils::UnRegisterSocketUserTag(info->mRTCPSocket); in onMessageReceived()