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

  /external/chromium_org/jingle/glue/
pseudotcp_adapter.cc 354 return IPseudoTcpNotify::WR_SUCCESS;
372 return IPseudoTcpNotify::WR_SUCCESS;
378 return IPseudoTcpNotify::WR_SUCCESS;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 53 enum WriteResult { WR_SUCCESS, WR_TOO_LARGE, WR_FAIL };
pseudotcp.cc 517 if ((wres != IPseudoTcpNotify::WR_SUCCESS) && (NULL != data))
527 return IPseudoTcpNotify::WR_SUCCESS;
911 if (wres == IPseudoTcpNotify::WR_SUCCESS)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 53 enum WriteResult { WR_SUCCESS, WR_TOO_LARGE, WR_FAIL };
pseudotcp.cc 580 if ((wres != IPseudoTcpNotify::WR_SUCCESS) && (0 != len))
590 return IPseudoTcpNotify::WR_SUCCESS;
989 if (wres == IPseudoTcpNotify::WR_SUCCESS)
    [all...]
pseudotcp_unittest.cc 171 return WR_SUCCESS;
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 499 return IPseudoTcpNotify::WR_SUCCESS;
502 return IPseudoTcpNotify::WR_SUCCESS;
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 508 return IPseudoTcpNotify::WR_SUCCESS;
511 return IPseudoTcpNotify::WR_SUCCESS;

Completed in 254 milliseconds