Home
last modified time | relevance | path

Searched refs:IsBlockingError (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dsocket.h123 inline bool IsBlockingError(int e) { in IsBlockingError() function
161 inline bool IsBlocking() const { return IsBlockingError(GetError()); } in IsBlocking()
Dphysicalsocketserver.cc211 } else if (IsBlockingError(GetError())) { in DoConnect()
281 if ((sent < 0) && IsBlockingError(GetError())) { in Send()
305 if ((sent < 0) && IsBlockingError(GetError())) { in SendTo()
327 bool success = (received >= 0) || IsBlockingError(error); in Recv()
349 bool success = (received >= 0) || IsBlockingError(error); in RecvFrom()
Dsslsocketfactory.cc86 } else if (!IsBlockingError(socket_->GetError())) { in OnProxyDetectionComplete()