OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wres
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/camera/
EmulatedCameraDevice.cpp
314
const int
wres
=
local
316
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);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc
576
IPseudoTcpNotify::WriteResult
wres
= m_notify->TcpWritePacket(
local
581
if ((
wres
!= IPseudoTcpNotify::WR_SUCCESS) && (0 != len))
582
return
wres
;
985
IPseudoTcpNotify::WriteResult
wres
= packet(seq,
local
990
if (
wres
== IPseudoTcpNotify::WR_SUCCESS)
993
if (
wres
== IPseudoTcpNotify::WR_FAIL) {
998
ASSERT(
wres
== IPseudoTcpNotify::WR_TOO_LARGE);
[
all
...]
Completed in 171 milliseconds