Searched refs:iSockId (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvsocketnode/src/ |
D | pvmf_socket_node.cpp | 745 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/ |
D | pvmf_clientserver_socket_node.h | 214 iSockId = 0; in SocketPortConfig() 229 uint32 iSockId; variable
|
/external/opencore/nodes/pvsocketnode/include/ |
D | pvmf_socket_node.h | 576 iSockId = 0; in SocketPortConfig() 596 uint32 iSockId; variable
|
/external/opencore/protocols/rtsp_client_engine/inc/ |
D | pvrtsp_client_engine_node.h | 618 int32 iSockId; member
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_node.cpp | 919 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/ |
D | pvmf_clientserver_socket_node.cpp | 946 iSockConfig->iSockId = iSocketID++; in DoRequestPort()
|