Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h694 SocketState iConnectState; variable
701 iConnectState.Reset(); in Reset()
709 && (iConnectState.iPending in IsBusy()
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp882 container->iConnectState.Reset(); in HandleSocketEvent()
1790 iSendSocket.iConnectState.iPending = true; in SendRtspDescribe()
5146 if (iSendSocket.iConnectState.iPending in resetSocket()
5147 && !iSendSocket.iConnectState.iCanceled) in resetSocket()
5150 iSendSocket.iConnectState.iCanceled = true; in resetSocket()
5184 if (iRecvSocket.iConnectState.iPending in resetSocket()
5185 && !iRecvSocket.iConnectState.iCanceled) in resetSocket()
5188 iRecvSocket.iConnectState.iCanceled = true; in resetSocket()