Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp872 container = &iSendSocket; in HandleSocketEvent()
969 if (PVMFSuccess != sendSocketOutgoingMsg(iSendSocket, *iSrvResponse)) in HandleSocketEvent()
1782 iSendSocket.Reset(sock); in SendRtspDescribe()
1788 …TPVSocketEvent sendConnect = iSendSocket.iSocket->Connect(iSessionInfo.iSrvAdd, TIMEOUT_CONNECT_AN… in SendRtspDescribe()
1790 iSendSocket.iConnectState.iPending = true; in SendRtspDescribe()
1932 if (PVMFSuccess != sendSocketOutgoingMsg(iSendSocket, *tmpOutgoingMsg)) in SendRtspDescribe()
2005 if (PVMFSuccess != sendSocketOutgoingMsg(iSendSocket, *tmpOutgoingMsg)) in SendRtspDescribe()
2284 if (PVMFSuccess != sendSocketOutgoingMsg(iSendSocket, *tmpOutgoingMsg)) in SendRtspSetup()
2583 if (PVMFSuccess != sendSocketOutgoingMsg(iSendSocket, *iSrvResponse)) in processServerRequest()
2670 if (PVMFSuccess != sendSocketOutgoingMsg(iSendSocket, *iSrvResponse)) in processEntityBody()
[all …]
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h731 SocketContainer iSendSocket, iRecvSocket; variable