Home
last modified time | relevance | path

Searched refs:PopIoContext (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_manager_win.h77 virtual PerIoContext* PopIoContext();
133 PerIoContext* PopIoContext(void);
Dudp_socket2_manager_win.cc382 PerIoContext* UdpSocket2ManagerWindows::PopIoContext() in PopIoContext() function in webrtc::test::UdpSocket2ManagerWindows
392 pIoC = _ioContextPool.PopIoContext(); in PopIoContext()
443 PerIoContext* IoContextPool::PopIoContext() in PopIoContext() function in webrtc::test::IoContextPool
Dudp_socket2_win.cc348 PerIoContext* pIoContext = _mgr->PopIoContext(); in SendTo()
539 PerIoContext* pIoContext=_mgr->PopIoContext(); in PostRecv()