HomeSort by relevance Sort by last modified time
    Searched full:wres (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 273 const int wres = local
275 if (wres == sizeof(msg)) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 513 IPseudoTcpNotify::WriteResult wres = m_notify->TcpWritePacket(this, reinterpret_cast<char *>(buffer), len + HEADER_SIZE); local
517 if ((wres != IPseudoTcpNotify::WR_SUCCESS) && (NULL != data))
518 return wres;
909 IPseudoTcpNotify::WriteResult wres = this->packet(seq, flags, buffer, nTransmit); local
911 if (wres == IPseudoTcpNotify::WR_SUCCESS)
914 if (wres == IPseudoTcpNotify::WR_FAIL) {
919 ASSERT(wres == IPseudoTcpNotify::WR_TOO_LARGE);

Completed in 2874 milliseconds