Searched refs:PushIoContext (Results 1 – 3 of 3) sorted by relevance
384 _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()
78 virtual int32_t PushIoContext(PerIoContext* pIoContext);134 int32_t PushIoContext(PerIoContext* pIoContext);
405 int32_t UdpSocket2ManagerWindows::PushIoContext(PerIoContext* pIoContext) in PushIoContext() function in webrtc::test::UdpSocket2ManagerWindows407 return _ioContextPool.PushIoContext(pIoContext); in PushIoContext()470 int32_t IoContextPool::PushIoContext(PerIoContext* pIoContext) in PushIoContext() function in webrtc::test::IoContextPool