Home
last modified time | relevance | path

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

/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp745 lower_sock_config->iSockId = startSockID++; in AllocateConsecutivePorts()
748 …t = (OsclUDPSocket*)CreateOsclSocketAndBind(lower_sock_config->iAddr, lower_sock_config->iSockId))) in AllocateConsecutivePorts()
770 higher_sock_config->iSockId = startSockID++; in AllocateConsecutivePorts()
773 …= (OsclUDPSocket*)CreateOsclSocketAndBind(higher_sock_config->iAddr, higher_sock_config->iSockId))) in AllocateConsecutivePorts()
920 …ocketNode::ProcessIncomingMsg - CONNECT SockId=%d, Mime=%s", aSockConfig.iSockId, aSockConfig.iMim… in ProcessIncomingMsg()
947 …::ProcessIncomingMsg - DISCONNECT msg - SockId=%d, Mime=%s", aSockConfig.iSockId, aSockConfig.iMim… in ProcessIncomingMsg()
958 …::ProcessIncomingMsg - MEDIA DATA msg - SockId=%d, Mime=%s", aSockConfig.iSockId, aSockConfig.iMim… in ProcessIncomingMsg()
1011 …ration GetHostByName, Creating socket - SockId=%d, Mime=%s", aSockConfig.iSockId, aSockConfig.iMim… in StartConnectOperation()
1012 …onfig.iTCPSocket = (OsclTCPSocket*)CreateOsclSocketAndBind(aSockConfig.iAddr, aSockConfig.iSockId); in StartConnectOperation()
1015 …GetHostByName, Creating socket FAILED - SockId=%d, Mime=%s", aSockConfig.iSockId, aSockConfig.iMim… in StartConnectOperation()
[all …]
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_clientserver_socket_node.h214 iSockId = 0; in SocketPortConfig()
229 uint32 iSockId; variable
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h576 iSockId = 0; in SocketPortConfig()
596 uint32 iSockId; variable
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h618 int32 iSockId; member
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp919 tmpSockEvent.iSockId = aId; in HandleSocketEvent()
1028 tmpSockEvent.iSockId = aId; in HandleDNSEvent()
1827 if (tmpSockEvent.iSockId == REQ_RECV_SOCKET_ID) in SendRtspDescribe()
1831 else if (tmpSockEvent.iSockId == REQ_SEND_SOCKET_ID) in SendRtspDescribe()
4366 tmpSockEvent.iSockId = timerID; in TimeoutOccurred()
/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_node.cpp946 iSockConfig->iSockId = iSocketID++; in DoRequestPort()