Home
last modified time | relevance | path

Searched refs:UdpSocketWrapper (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_wrapper.cc30 bool UdpSocketWrapper::_initiated = false;
39 UdpSocketWrapper::UdpSocketWrapper() in UdpSocketWrapper() function in webrtc::test::UdpSocketWrapper
45 UdpSocketWrapper::~UdpSocketWrapper() in ~UdpSocketWrapper()
54 void UdpSocketWrapper::SetEventToNull() in SetEventToNull()
62 UdpSocketWrapper* UdpSocketWrapper::CreateSocket(const int32_t id, in CreateSocket()
73 UdpSocketWrapper* s = 0; in CreateSocket()
138 bool UdpSocketWrapper::StartReceiving() in StartReceiving()
144 bool UdpSocketWrapper::StartReceiving(const uint32_t /*receiveBuffers*/) { in StartReceiving()
148 bool UdpSocketWrapper::StopReceiving() in StopReceiving()
154 int32_t UdpSocketWrapper::SetPCP(const int32_t /*pcp*/) { return -1; } in SetPCP()
[all …]
Dudp_socket_wrapper_unittest.cc44 MOCK_METHOD1(AddSocket, bool(UdpSocketWrapper*));
45 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
50 TEST(UdpSocketWrapper, CreateSocket) { in TEST() argument
55 UdpSocketWrapper* socket = in TEST()
56 UdpSocketWrapper::CreateSocket(id, in TEST()
Dudp_socket_manager_posix.h46 bool AddSocket(UdpSocketWrapper* s) override;
47 bool RemoveSocket(UdpSocketWrapper* s) override;
67 virtual bool AddSocket(UdpSocketWrapper* s);
68 virtual bool RemoveSocket(UdpSocketWrapper* s);
76 typedef std::list<UdpSocketWrapper*> SocketList;
Dudp_socket_manager_unittest.cc42 UdpSocketWrapper* socket = in TEST()
43 UdpSocketWrapper::CreateSocket(id, in TEST()
67 UdpSocketWrapper* unused_socket = UdpSocketWrapper::CreateSocket( in TEST()
Dudp_socket_wrapper.h43 class UdpSocketWrapper
46 static UdpSocketWrapper* CreateSocket(const int32_t id,
98 UdpSocketWrapper();
100 virtual ~UdpSocketWrapper();
Dudp_socket_manager_wrapper.h20 class UdpSocketWrapper; variable
42 virtual bool AddSocket(UdpSocketWrapper* s) = 0;
44 virtual bool RemoveSocket(UdpSocketWrapper* s) = 0;
Dudp_transport_unittest.cc28 class MockUdpSocketWrapper : public UdpSocketWrapper {
55 MOCK_METHOD1(AddSocket, bool(UdpSocketWrapper*));
56 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
65 UdpSocketWrapper* CreateSocket(const int32_t id, in CreateSocket()
Dudp_transport_impl.h33 virtual UdpSocketWrapper* CreateSocket(const int32_t id,
218 UdpSocketWrapper* _ptrRtpSocket;
219 UdpSocketWrapper* _ptrRtcpSocket;
223 UdpSocketWrapper* _ptrSendRtpSocket;
224 UdpSocketWrapper* _ptrSendRtcpSocket;
Dudp_socket_manager_posix.cc126 bool UdpSocketManagerPosix::AddSocket(UdpSocketWrapper* s) in AddSocket()
161 bool UdpSocketManagerPosix::RemoveSocket(UdpSocketWrapper* s) in RemoveSocket()
296 bool UdpSocketManagerPosixImpl::AddSocket(UdpSocketWrapper* s) in AddSocket()
309 bool UdpSocketManagerPosixImpl::RemoveSocket(UdpSocketWrapper* s) in RemoveSocket()
Dudp_socket2_manager_win.h126 virtual inline bool AddSocket(UdpSocketWrapper* s) in AddSocket()
129 virtual bool RemoveSocket(UdpSocketWrapper* s) in RemoveSocket()
Dudp_transport_impl.cc71 UdpSocketWrapper* CreateSocket(const int32_t id, in CreateSocket()
77 return UdpSocketWrapper::CreateSocket(id, mgr, obj, cb, ipV6Enable, in CreateSocket()
498 UdpSocketWrapper* rtpSock = _ptrSendRtpSocket ? in EnableQoS()
511 UdpSocketWrapper* rtcpSock = _ptrSendRtcpSocket ? in EnableQoS()
673 UdpSocketWrapper* rtpSock = (_ptrSendRtpSocket ? in DisableQoS()
685 UdpSocketWrapper* rtcpSock = (_ptrSendRtcpSocket ? in DisableQoS()
755 UdpSocketWrapper* rtpSock = NULL; in SetToS()
756 UdpSocketWrapper* rtcpSock = NULL; in SetToS()
949 UdpSocketWrapper* rtpSock = NULL; in SetPCP()
950 UdpSocketWrapper* rtcpSock = NULL; in SetPCP()
[all …]
Dudp_socket_posix.h28 class UdpSocketPosix : public UdpSocketWrapper
Dudp_socket2_win.h38 class UdpSocket2Windows : public UdpSocketWrapper
/external/webrtc/tools/valgrind-webrtc/drmemory/
Dsuppressions.txt73 *!webrtc::test::UdpSocketWrapper::CreateSocket