Home
last modified time | relevance | path

Searched refs:LERROR (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/base/
Dwinping.cc155 LOG(LERROR) << "LoadLibrary: " << GetLastError(); in WinPing()
163 LOG(LERROR) << "GetProcAddress(ICMP_*): " << GetLastError(); in WinPing()
168 LOG(LERROR) << "IcmpCreateFile: " << GetLastError(); in WinPing()
176 LOG(LERROR) << "GetProcAddress(ICMP6_*): " << GetLastError(); in WinPing()
181 LOG(LERROR) << "Icmp6CreateFile: " << GetLastError(); in WinPing()
217 LOG(LERROR) << "IcmpSendEcho: data_size/timeout/ttl is 0."; in Ping()
262 LOG(LERROR) << "IcmpSendEcho(" << ip.ToSensitiveString() in Ping()
Dlogging.h109 LERROR = LS_ERROR enumerator
Dnetwork.cc474 LOG_ERR(LERROR) << "getifaddrs failed to gather interface data: " << error; in CreateNetworks()
Dproxydetect.cc595 LOG_GLEM(LERROR, WINHTTP) << "WinHttpGetProxyForUrl faulted!!"; in LogGetProxyFault()
Dphysicalsocketserver.cc768 LOG(LERROR) << "pipe failed"; in EventDispatcher()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc144 LOG(LERROR) << "AcmReceiver::SetExtraDelay " << delay_ms; in SetMinimumDelay()
151 LOG(LERROR) << "AcmReceiver::SetExtraDelay " << delay_ms; in SetMaximumDelay()
205 LOG(LERROR) << "AcmReceiver::InsertPacket " in InsertPacket()
227 LOG(LERROR) << "AcmReceiver::GetAudio - NetEq Failed."; in GetAudio()
244 LOG(LERROR) << "AcmReceiver::GetAudio - " in GetAudio()
260 LOG(LERROR) << "AcmReceiver::GetAudio - Resampling audio_buffer_ failed."; in GetAudio()
337 LOG(LERROR) << "Cannot remove payload " << static_cast<int>(payload_type); in AddCodec()
352 LOG(LERROR) << "AcmReceiver::AddCodec " << acm_codec_id in AddCodec()
413 LOG(LERROR) << "AcmReceiver::RemoveCodec" << static_cast<int>(payload_type); in RemoveCodec()
474 LOG(LERROR) << "AcmReceiver::DecoderByPayloadType " in DecoderByPayloadType()
/external/mksh/src/
Dmain.c538 unwind(LERROR); in main_init()
752 case LERROR: in include()
838 case LERROR: in shell()
955 if (i == LEXIT || ((i == LERROR || i == LINTR) && in unwind()
962 } else if (Flag(FERREXIT) == 1 && (i == LERROR || i == LINTR)) { in unwind()
1290 unwind(LERROR); in errorfx()
1306 unwind(LERROR); in errorf()
1344 unwind(LERROR); in bi_errorf()
1357 unwind(LERROR); in internal_errorf()
Dexec.c466 unwind(LERROR); in execute()
796 case LERROR: in comexec()
Dsh.h799 #define LERROR 3 /* errorf() called */ macro
/external/webrtc/webrtc/p2p/base/
Dstunrequest.cc102 LOG(LERROR) << "Received response with wrong type: " << msg->type() in CheckResponse()
Dstunport.cc501 PLOG(LERROR, socket_->GetError()) << "sendto"; in OnSendPacket()
Drelayport.cc677 PLOG(LERROR, error) << "Relay connection failed: socket closed"; in OnSocketClose()
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc534 LOG(LERROR) << error; in OnFailure()