HomeSort by relevance Sort by last modified time
    Searched refs:PushIoContext (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h 78 virtual int32_t PushIoContext(PerIoContext* pIoContext);
134 int32_t PushIoContext(PerIoContext* pIoContext);
udp_socket2_manager_win.cc 405 int32_t UdpSocket2ManagerWindows::PushIoContext(PerIoContext* pIoContext)
407 return _ioContextPool.PushIoContext(pIoContext);
470 int32_t IoContextPool::PushIoContext(PerIoContext* pIoContext)
udp_socket2_win.cc 384 _mgr->PushIoContext(pIoContext);
391 _mgr->PushIoContext(pIoContext);
413 error = _mgr->PushIoContext(pIoContext);
481 int32_t err = _mgr->PushIoContext(pIOContext);
500 _mgr->PushIoContext(pIOContext);
530 _mgr->PushIoContext(pIOContext);
575 _mgr->PushIoContext(pIoContext);
583 _mgr->PushIoContext(pIoContext);
636 int32_t error = _mgr->PushIoContext(pIoContext);
643 "UdpSocket2Windows(%d)::PostRecv(?), error:%d when PushIoContext",
    [all...]

Completed in 51 milliseconds