Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_win.cc384 _mgr->PushIoContext(pIoContext); in SendTo()
391 _mgr->PushIoContext(pIoContext); in SendTo()
413 error = _mgr->PushIoContext(pIoContext); in SendTo()
481 int32_t err = _mgr->PushIoContext(pIOContext); in IOCompleted()
500 _mgr->PushIoContext(pIOContext); in IOCompleted()
530 _mgr->PushIoContext(pIOContext); in IOCompleted()
575 _mgr->PushIoContext(pIoContext); in PostRecv()
583 _mgr->PushIoContext(pIoContext); in PostRecv()
636 int32_t error = _mgr->PushIoContext(pIoContext); in PostRecv()
Dudp_socket2_manager_win.h78 virtual int32_t PushIoContext(PerIoContext* pIoContext);
134 int32_t PushIoContext(PerIoContext* pIoContext);
Dudp_socket2_manager_win.cc405 int32_t UdpSocket2ManagerWindows::PushIoContext(PerIoContext* pIoContext) in PushIoContext() function in webrtc::test::UdpSocket2ManagerWindows
407 return _ioContextPool.PushIoContext(pIoContext); in PushIoContext()
470 int32_t IoContextPool::PushIoContext(PerIoContext* pIoContext) in PushIoContext() function in webrtc::test::IoContextPool