Home
last modified time | relevance | path

Searched refs:LS_ERROR (Results 1 – 25 of 178) sorted by relevance

12345678

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dfilevideocapturer.cc45 LOG(LS_ERROR) << "Unable to open file " << filename << " err=" << err; in Start()
57 LOG(LS_ERROR) << "File not opened yet"; in RecordFrame()
63 LOG(LS_ERROR) << "Unable to calculate the data size of the frame"; in RecordFrame()
84 LOG(LS_ERROR) << "Failed to write frame header"; in RecordFrame()
93 LOG(LS_ERROR) << "Failed to write frame data"; in RecordFrame()
180 LOG(LS_ERROR) << "The file video capturer is already running"; in Init()
186 LOG(LS_ERROR) << "Unable to open the file " << filename << " err=" << err; in Init()
192 LOG(LS_ERROR) << "Failed to read the first frame header"; in Init()
198 LOG(LS_ERROR) << "Failed to seek back to beginning of the file"; in Init()
223 LOG(LS_ERROR) << "The file video capturer is already running"; in Start()
[all …]
Dlinuxdevicemanager.cc113 LOG(LS_ERROR) << "Can't enumerate devices"; in GetAudioDevices()
163 LOG(LS_ERROR) << "Failed to read V4L2 device meta " << device_meta_path; in GetVideoDeviceNameK2_6()
232 LOG(LS_ERROR) in GetVideoDeviceName()
277 LOG(LS_ERROR) << "Unable to detect v4l2 metadata directory"; in ScanV4L2Devices()
316 LOG_ERR(LS_ERROR) << "udev_new()"; in Start()
324 LOG_ERR(LS_ERROR) << "udev_monitor_new_from_netlink()"; in Start()
337 LOG_ERR(LS_ERROR) << "udev_monitor_filter_add_match_subsystem_devtype()"; in Start()
341 LOG_ERR(LS_ERROR) << "udev_monitor_enable_receiving()"; in Start()
/external/chromium_org/third_party/libjingle/source/talk/sound/
Dalsasoundsystem.cc117 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames); in Wait()
127 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready); in Wait()
140 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames); in Wait()
159 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err); in CurrentDelayUsecs()
183 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": " in Recover()
193 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err); in Recover()
205 LOG(LS_ERROR) << "snd_pcm_drop(): " << GetError(err); in Close()
210 LOG(LS_ERROR) << "snd_pcm_close(): " << GetError(err); in Close()
317 LOG(LS_ERROR) << "snd_pcm_readi(): " << GetError(read); in OnHaveWork()
322 LOG(LS_ERROR) << "No data?"; in OnHaveWork()
[all …]
Dpulseaudiosoundsystem.cc158 LOG(LS_ERROR) << "Can't disconnect stream"; in Close()
180 LOG(LS_ERROR) << "Can't query latency"; in LatencyUsecs()
298 LOG(LS_ERROR) << "Did not receive GetVolumeCallback"; in GetVolume()
358 LOG(LS_ERROR) << "Did not receive GetSourceChannelCountCallback"; in SetVolume()
373 LOG(LS_ERROR) << "pa_context_set_source_volume_by_index()"; in SetVolume()
443 LOG(LS_ERROR) << "Can't read data!"; in OnReadCallback()
473 LOG(LS_ERROR) << "Can't ack read data"; in OnHaveWork()
487 LOG(LS_ERROR) << "Can't read data!"; in OnHaveWork()
580 LOG(LS_ERROR) << "Failed to change capture volume"; in SetVolumeCallback()
640 LOG(LS_ERROR) << "Unable to write"; in WriteSamples()
[all …]
/external/chromium_org/jingle/glue/
Dlogging_unittest.cc30 case talk_base::LS_ERROR: in AsString()
78 LOG_V(talk_base::LS_ERROR) << AsString(talk_base::LS_ERROR); in TEST()
90 EXPECT_FALSE(ContainsString(contents_of_file, AsString(talk_base::LS_ERROR))); in TEST()
105 LOG_V(talk_base::LS_ERROR) << AsString(talk_base::LS_ERROR); in TEST()
117 EXPECT_TRUE(ContainsString(contents_of_file, AsString(talk_base::LS_ERROR))); in TEST()
136 LOG_V(talk_base::LS_ERROR) << AsString(talk_base::LS_ERROR); in TEST()
151 EXPECT_TRUE(ContainsString(contents_of_file, AsString(talk_base::LS_ERROR))); in TEST()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dcpumonitor.cc143 LOG_ERR(LS_ERROR) << "open proc/stat failed:"; in Init()
147 LOG_ERR(LS_ERROR) << "could not disable buffering for proc/stat"; in Init()
166 LOG(LS_ERROR) << "Inconsistent time values are passed. ignored"; in UpdateCpuLoad()
202 LOG(LS_ERROR) << "::GetSystemTimes() failed: " << ::GetLastError(); in GetSystemLoad()
223 LOG(LS_ERROR) << "NtQuerySystemInformation has unexpected size"; in GetSystemLoad()
249 LOG(LS_ERROR) << "::host_statistics() failed"; in GetSystemLoad()
261 LOG(LS_ERROR) << "Invalid handle for proc/stat"; in GetSystemLoad()
267 LOG_ERR(LS_ERROR) << "Could not read proc/stat file"; in GetSystemLoad()
278 LOG_ERR(LS_ERROR) << "Could not parse cpu info"; in GetSystemLoad()
313 LOG(LS_ERROR) << "::GetProcessTimes() failed: " << ::GetLastError(); in GetProcessLoad()
[all …]
Dposix.cc66 LOG_ERR(LS_ERROR) << "fork()"; in RunAsDaemon()
115 LOG_ERR(LS_ERROR) << "Error in waitpid()"; in RunAsDaemon()
120 LOG(LS_ERROR) << "waitpid() chose wrong child???"; in RunAsDaemon()
124 LOG(LS_ERROR) << "Intermediate child killed uncleanly"; // Probably crashed in RunAsDaemon()
141 LOG(LS_ERROR) << "Failed to daemonize"; in RunAsDaemon()
Ddbus.cc172 LOG(LS_ERROR) << "DBus monitoring setup failed."; in Run()
195 LOG(LS_ERROR) << "g_idle_source_new() failed."; in Stop()
212 LOG(LS_ERROR) << "DBusSigFilter list corrupted."; in RegisterAllFilters()
223 LOG(LS_ERROR) << "dbus_connection_add_filter() failed." in RegisterAllFilters()
239 LOG(LS_ERROR) << "DBusSigFilter list corrupted."; in UnRegisterAllFilters()
257 LOG(LS_ERROR) << "dbus_g_bus_get_private() unable to get connection."; in Setup()
261 LOG(LS_ERROR) << "dbus_g_connection_get_connection() returns NULL. " in Setup()
369 LOG(LS_ERROR) << "g_main_context_new() failed."; in StartMonitoring()
375 LOG(LS_ERROR) << "g_main_loop_new() failed."; in StartMonitoring()
383 LOG(LS_ERROR) << "Failed to create DBus monitoring thread."; in StartMonitoring()
Dunittest_main.cc29 LOG(LS_ERROR) << "InvalidParameter Handler called. Exiting."; in TestInvalidParameterHandler()
30 LOG(LS_ERROR) << expression << std::endl << function << std::endl << file in TestInvalidParameterHandler()
35 LOG(LS_ERROR) << "Purecall Handler called. Exiting."; in TestPureCallHandler()
39 LOG(LS_ERROR) << "CrtReport Handler called..."; in TestCrtReportHandler()
40 LOG(LS_ERROR) << msg; in TestCrtReportHandler()
Dnssidentity.cc73 LOG(LS_ERROR) << "Couldn't generate key pair"; in Generate()
324 LOG(LS_ERROR) << "Couldn't generate key pair"; in Generate()
329 LOG(LS_ERROR) << "Couldn't convert subject name " << subject_name; in Generate()
335 LOG(LS_ERROR) << "Couldn't create SPKI"; in Generate()
341 LOG(LS_ERROR) << "Couldn't create certificate signing request"; in Generate()
352 LOG(LS_ERROR) << "Couldn't create validity"; in Generate()
361 LOG(LS_ERROR) << "Couldn't generate random serial"; in Generate()
367 LOG(LS_ERROR) << "Couldn't create certificate"; in Generate()
390 LOG(LS_ERROR) << "Couldn't sign certificate"; in Generate()
434 LOG(LS_ERROR) << "Couldn't import private key"; in FromPEMStrings()
[all …]
Dmacutils.cc99 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")"; in GetGestalt()
182 LOG(LS_ERROR) << "Failed opening Apple Script component"; in RunAppleScript()
188 LOG(LS_ERROR) << "Failed creating Apple Script description"; in RunAppleScript()
199 LOG(LS_ERROR) << "Error compiling Apple Script"; in RunAppleScript()
207 LOG(LS_ERROR) << "Error when executing Apple Script: " << script; in RunAppleScript()
214 LOG(LS_ERROR) << "Script error: " << data; in RunAppleScript()
Dlatebindingsymboltable.cc64 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err; in LoadSymbol()
69 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL"; in LoadSymbol()
107 LOG(LS_ERROR) << "We know there are undefined symbols"; in LoadFromPath()
159 LOG(LS_ERROR) << GetDllError(); in Unload()
Dwin32filesystem.cc100 LOG_ERR(LS_ERROR) << "OpenProcessToken() failed"; in CreatePrivateFile()
126 LOG_ERR(LS_ERROR) << "GetTokenInformation() failed"; in CreatePrivateFile()
131 LOG_ERR(LS_ERROR) << "Current process has invalid user SID"; in CreatePrivateFile()
144 LOG_ERR(LS_ERROR) << "InitializeAcl() failed"; in CreatePrivateFile()
153 LOG_ERR(LS_ERROR) << "AddAccessAllowedAce() failed"; in CreatePrivateFile()
161 LOG_ERR(LS_ERROR) << "InitializeSecurityDescriptor() failed"; in CreatePrivateFile()
170 LOG_ERR(LS_ERROR) << "SetSecurityDescriptorDacl() failed"; in CreatePrivateFile()
188 LOG_ERR(LS_ERROR) << "CreateFile() failed"; in CreatePrivateFile()
192 LOG_ERR(LS_ERROR) << "CloseFile() failed"; in CreatePrivateFile()
270 LOG_GLE(LS_ERROR) << "Failed to move file"; in MoveFolder()
[all …]
Dlinuxwindowpicker.cc164 LOG(LS_ERROR) << "Failed to open display."; in Init()
235 LOG(LS_ERROR) << "XGetWindowAttributes() failed"; in IsVisible()
314 LOG(LS_ERROR) << "Failed to get size of the icon."; in GetWindowIcon()
330 LOG(LS_ERROR) << "Not a vaild icon."; in GetWindowIcon()
340 LOG(LS_ERROR) << "Failed to get window icon data."; in GetWindowIcon()
386 LOG(LS_ERROR) << "XCompositeNameWindowPixmap() failed"; in GetWindowThumbnail()
405 LOG(LS_ERROR) << "XGetWindowAttributes() failed"; in GetWindowThumbnail()
437 LOG(LS_ERROR) << "XGetWindowAttributes() failed"; in GetDesktopThumbnail()
456 LOG(LS_ERROR) << "XGetWindowAttributes() failed"; in GetDesktopDimensions()
484 LOG(LS_ERROR) << "XRenderFindVisualFormat() failed"; in GetDrawableThumbnail()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dconnectivitychecker.cc199 LOG(LS_ERROR) << "Unknown message: " << msg->message_id; in OnMessage()
217 LOG(LS_ERROR) << "No networks while registering http start."; in OnRequestDone()
231 LOG(LS_ERROR) << "Got response with unknown port: " << port; in OnRequestDone()
234 LOG(LS_ERROR) << "No nic info found while receiving response."; in OnRequestDone()
272 LOG(LS_ERROR) << " relay address with bad protocol added"; in OnRelayPortComplete()
280 LOG(LS_ERROR) << " got relay address for non-existing nic"; in OnRelayPortComplete()
298 LOG(LS_ERROR) << "Got stun address for non-existing nic"; in OnStunPortComplete()
304 LOG(LS_ERROR) << "Stun address error."; in OnStunPortError()
316 LOG(LS_ERROR) << "Relay address error."; in OnRelayPortError()
324 LOG(LS_ERROR) << "Machine has no networks; nothing to do"; in OnNetworksChanged()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Ddtlstransportchannel.cc147 LOG_J(LS_ERROR, this) << "Error re-initializing DTLS"; in Reset()
163 LOG_J(LS_ERROR, this) << "Can't set DTLS local identity in this state"; in SetLocalIdentity()
189 LOG(LS_ERROR) << "SSL Role can't be reversed after the session is setup."; in SetSslRole()
220 LOG_J(LS_ERROR, this) << "Can't set DTLS remote settings in this state."; in SetRemoteFingerprint()
257 LOG_J(LS_ERROR, this) << "Failed to create DTLS adapter."; in SetupDtls()
272 LOG_J(LS_ERROR, this) << "Couldn't set DTLS certificate digest."; in SetupDtls()
279 LOG_J(LS_ERROR, this) << "Couldn't set DTLS-SRTP ciphers."; in SetupDtls()
301 LOG(LS_ERROR) << "Failed to get the current SRTP cipher for DTLS channel"; in SetSrtpCiphers()
482 LOG_J(LS_ERROR, this) << "Failed to handle DTLS packet."; in OnReadPacket()
488 LOG_J(LS_ERROR, this) << "Received non-DTLS packet before DTLS " in OnReadPacket()
[all …]
Dbasicpacketsocketfactory.cc72 LOG(LS_ERROR) << "UDP bind failed with error " in CreateUdpSocket()
85 LOG(LS_ERROR) << "TLS support currently is not available."; in CreateServerTcpSocket()
97 LOG(LS_ERROR) << "TCP bind failed with error " in CreateServerTcpSocket()
125 LOG(LS_ERROR) << "TLS support currently is not available."; in CreateClientTcpSocket()
136 LOG(LS_ERROR) << "TCP bind failed with error " in CreateClientTcpSocket()
159 LOG(LS_ERROR) << "TCP connect failed with error " in CreateClientTcpSocket()
Ddtlstransport.h147 LOG(LS_ERROR) << "Offerer must use actpass value for setup attribute"; in NegotiateTransportDescription_w()
156 LOG(LS_ERROR) << "Answerer must use either active or passive value " in NegotiateTransportDescription_w()
164 LOG(LS_ERROR) << "Offerer must use actpass value for setup attribute"; in NegotiateTransportDescription_w()
172 LOG(LS_ERROR) << "Answerer must use either active or passive value " in NegotiateTransportDescription_w()
184 LOG(LS_ERROR) in NegotiateTransportDescription_w()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideocapturer.cc144 LOG(LS_ERROR) << "The capturer is already initialized"; in Init()
193 LOG(LS_ERROR) << "Failed to find usable formats for id: " << device.id; in Init()
199 LOG(LS_ERROR) << "Failed to create capturer for id: " << device.id; in Init()
212 LOG(LS_ERROR) << "The capturer is already initialized"; in Init()
216 LOG(LS_ERROR) << "Invalid VCM supplied"; in Init()
246 LOG(LS_ERROR) << "The capturer has not been initialized"; in Start()
252 LOG(LS_ERROR) << "The capturer is already running"; in Start()
260 LOG(LS_ERROR) << "Invalid capture format specified"; in Start()
268 LOG(LS_ERROR) << "Camera '" << camera_id << "' failed to start"; in Start()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.cc135 LOG(LS_ERROR) << kInvalidSdp; in VerifyCrypto()
171 LOG(LS_ERROR) << kInvalidSdp; in VerifyIceUfragPwdPresent()
176 LOG(LS_ERROR) << "Session description must have ice ufrag and pwd."; in VerifyIceUfragPwdPresent()
214 LOG(LS_ERROR) << "Audio not used in this call"; in GetAudioSsrcByTrackId()
269 LOG(LS_ERROR) << desc; in BadSdp()
765 LOG(LS_ERROR) << "ProcessIceMessage: ICE candidates can't be added " in ProcessIceMessage()
772 LOG(LS_ERROR) << "ProcessIceMessage: Candidate is NULL"; in ProcessIceMessage()
787 LOG(LS_ERROR) << "ProcessIceMessage: Candidate cannot be used"; in ProcessIceMessage()
833 LOG(LS_ERROR) << "SetAudioPlayout: No audio channel exists."; in SetAudioPlayout()
838 LOG(LS_ERROR) << "SetAudioPlayout: ssrc is incorrect: " << ssrc; in SetAudioPlayout()
[all …]
Dwebrtcsessiondescriptionfactory.cc152 LOG(LS_ERROR) << "Failed to send DTLS identity request."; in WebRtcSessionDescriptionFactory()
174 LOG(LS_ERROR) << error; in CreateOffer()
181 LOG(LS_ERROR) << error; in CreateOffer()
188 LOG(LS_ERROR) << error; in CreateOffer()
215 LOG(LS_ERROR) << error; in CreateAnswer()
221 LOG(LS_ERROR) << error; in CreateAnswer()
228 LOG(LS_ERROR) << error; in CreateAnswer()
236 LOG(LS_ERROR) << error; in CreateAnswer()
242 LOG(LS_ERROR) << error; in CreateAnswer()
396 LOG(LS_ERROR) << "Async identity request failed: error = " << error; in OnIdentityRequestFailed()
/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc100 LOG_ERR(LS_ERROR) << "OpenProcessToken() failed"; in CreatePrivateFile()
126 LOG_ERR(LS_ERROR) << "GetTokenInformation() failed"; in CreatePrivateFile()
131 LOG_ERR(LS_ERROR) << "Current process has invalid user SID"; in CreatePrivateFile()
144 LOG_ERR(LS_ERROR) << "InitializeAcl() failed"; in CreatePrivateFile()
153 LOG_ERR(LS_ERROR) << "AddAccessAllowedAce() failed"; in CreatePrivateFile()
161 LOG_ERR(LS_ERROR) << "InitializeSecurityDescriptor() failed"; in CreatePrivateFile()
170 LOG_ERR(LS_ERROR) << "SetSecurityDescriptorDacl() failed"; in CreatePrivateFile()
188 LOG_ERR(LS_ERROR) << "CreateFile() failed"; in CreatePrivateFile()
192 LOG_ERR(LS_ERROR) << "CloseFile() failed"; in CreatePrivateFile()
270 LOG_GLE(LS_ERROR) << "Failed to move file"; in MoveFolder()
[all …]
Dmacutils.cc105 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")"; in GetGestalt()
168 LOG(LS_ERROR) << "Failed opening Apple Script component"; in RunAppleScript()
174 LOG(LS_ERROR) << "Failed creating Apple Script description"; in RunAppleScript()
185 LOG(LS_ERROR) << "Error compiling Apple Script"; in RunAppleScript()
193 LOG(LS_ERROR) << "Error when executing Apple Script: " << script; in RunAppleScript()
200 LOG(LS_ERROR) << "Script error: " << data; in RunAppleScript()
Dlatebindingsymboltable.cc66 LOG(LS_ERROR) << GetDllError(); in InternalUnloadDll()
80 LOG(LS_ERROR) << "Error loading symbol " << symbol_name << ": " << err; in LoadSymbol()
83 LOG(LS_ERROR) << "Symbol " << symbol_name << " is NULL"; in LoadSymbol()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunport.cc65 LOG(LS_ERROR) << "Binding response missing mapped address."; in OnResponse()
67 LOG(LS_ERROR) << "Binding address has bad family"; in OnResponse()
85 LOG(LS_ERROR) << "Bad allocate response error code"; in OnErrorResponse()
87 LOG(LS_ERROR) << "Binding error response:" in OnErrorResponse()
104 LOG(LS_ERROR) << "Binding request timed out from " in OnTimeout()
190 LOG_J(LS_ERROR, this) << "UDP send of " << size in SendTo()

12345678