Searched refs:GetError (Results 1 - 25 of 214) sorted by relevance

123456789

/external/chromium_org/third_party/libjingle/source/talk/sound/
H A Dalsasoundsystem.cc117 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
127 LOG(LS_ERROR) << "snd_pcm_wait(): " << GetError(ready);
140 LOG(LS_ERROR) << "snd_pcm_avail_update(): " << GetError(frames);
159 LOG(LS_ERROR) << "snd_pcm_delay(): " << GetError(err);
183 LOG(LS_ERROR) << "Unable to recover from \"" << GetError(error) << "\": "
184 << GetError(err);
193 LOG(LS_ERROR) << "snd_pcm_start(): " << GetError(err);
205 LOG(LS_ERROR) << "snd_pcm_drop(): " << GetError(err);
210 LOG(LS_ERROR) << "snd_pcm_close(): " << GetError(err);
226 const char *GetError(in function in class:cricket::AlsaStream
340 const char *GetError(int err) { function in class:cricket::AlsaInputStream
447 const char *GetError(int err) { function in class:cricket::AlsaOutputStream
757 inline const char *AlsaSoundSystem::GetError(int err) { function in class:cricket::AlsaSoundSystem
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncudpsocket.cc45 LOG(LS_INFO) << "Failed to bind UDP socket " << socket->GetError();
100 int AsyncUDPSocket::GetError() const { function in class:talk_base::AsyncUDPSocket
101 return socket_->GetError();
120 << "receive failed with error " << socket_->GetError();
H A Dbasicpacketsocketfactory.cc63 << socket->GetError();
81 << socket->GetError();
105 << socket->GetError();
127 << socket->GetError();
H A Dsslsocketfactory.cc70 virtual int GetError() const { function in class:talk_base::ProxySocketAdapter
72 return socket_->GetError();
102 } else if (!IsBlockingError(socket_->GetError())) {
103 SignalCloseEvent(this, socket_->GetError());
H A Dasyncudpsocket.h57 virtual int GetError() const;
/external/chromium_org/remoting/jingle_glue/
H A Dmock_objects.h21 MOCK_CONST_METHOD0(GetError, Error());
H A Dsignal_strategy.h47 // is DISCONNECTED, then GetError() can be used to get the reason
75 virtual Error GetError() const = 0;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasyncudpsocket.cc40 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError();
103 int AsyncUDPSocket::GetError() const { function in class:talk_base::AsyncUDPSocket
104 return socket_->GetError();
123 << "receive failed with error " << socket_->GetError();
H A Dasynctcpsocket.cc58 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError();
62 LOG(LS_ERROR) << "Connect() failed with error " << socket->GetError();
88 LOG(LS_ERROR) << "Listen() failed with error " << socket_->GetError();
136 int AsyncTCPSocketBase::GetError() const { function in class:talk_base::AsyncTCPSocketBase
137 return socket_->GetError();
202 LOG(LS_ERROR) << "TCP accept failed with error " << socket_->GetError();
215 LOG(LS_ERROR) << "Recv() returned error: " << socket_->GetError();
H A Dasyncudpsocket.h62 virtual int GetError() const;
H A Dsslsocketfactory.cc70 virtual int GetError() const { function in class:talk_base::ProxySocketAdapter
72 return socket_->GetError();
102 } else if (!IsBlockingError(socket_->GetError())) {
103 SignalCloseEvent(this, socket_->GetError());
/external/lzma/C/
H A DThreads.c10 static WRes GetError() function
16 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); }
17 WRes BOOLToWRes(BOOL v) { return v ? 0 : GetError(); }
23 return GetError();
/external/chromium_org/gpu/command_buffer/service/
H A Dcommand_buffer_service_unittest.cc48 int32 GetError() { function in class:gpu::CommandBufferServiceTest
115 EXPECT_NE(error::kNoError, GetError());
117 EXPECT_NE(error::kNoError, GetError());
149 EXPECT_EQ(0, GetError());
154 EXPECT_EQ(1, GetError());
H A Dgles2_cmd_decoder_unittest_1.cc56 EXPECT_CALL(*gl_, GetError())
98 EXPECT_CALL(*gl_, GetError())
135 EXPECT_CALL(*gl_, GetError())
148 EXPECT_CALL(*gl_, GetError())
180 // GetProgramiv calls ClearGLError then GetError to make sure
182 EXPECT_CALL(*gl_, GetError())
185 EXPECT_CALL(*gl_, GetError())
263 EXPECT_CALL(*gl_, GetError())
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_3d_thunk.cc66 int32_t GetError(PP_Resource context) { function in namespace:ppapi::thunk::__anon9622
67 VLOG(4) << "PPB_Graphics3D::GetError()";
71 return enter.object()->GetError();
97 &GetError,
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppauth.h52 virtual int GetError() const { return 0; } function in class:XmppAuth
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.h57 virtual int GetError();
H A Dtransportchannelproxy.cc73 int TransportChannelProxy::GetError() { function in class:cricket::TransportChannelProxy
75 return impl_->GetError();
H A Dudpport.cc86 error_ = socket_->GetError();
97 int UDPPort::GetError() { function in class:cricket::UDPPort
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h65 virtual int GetError() = 0; // winsock error code
/external/chromium_org/ppapi/c/
H A Dppb_graphics_3d.h209 * GetError() returns the current state of the given 3D context.
220 * GetError is synchronous. This function may be useful in rare cases where
230 int32_t (*GetError)(PP_Resource context); member in struct:PPB_Graphics3D_1_0
274 * Note that the same error code may also be obtained by calling GetError.
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dbasicpacketsocketfactory.cc70 << socket->GetError();
95 << socket->GetError();
134 << socket->GetError();
157 << socket->GetError();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h65 virtual int GetError() = 0; // winsock error code
/external/chromium_org/ppapi/api/
H A Dppb_graphics_3d.idl209 * GetError() returns the current state of the given 3D context.
220 * GetError is synchronous. This function may be useful in rare cases where
230 int32_t GetError(
280 * Note that the same error code may also be obtained by calling GetError.
/external/chromium_org/gpu/command_buffer/client/
H A Dcmd_buffer_helper_test.cc132 error::Error GetError() { function in class:gpu::CommandBufferHelperTest
156 EXPECT_EQ(error::kNoError, GetError());
181 EXPECT_EQ(error::kNoError, GetError());
201 EXPECT_EQ(error::kNoError, GetError());
226 EXPECT_EQ(error::kNoError, GetError());
258 EXPECT_EQ(error::kNoError, GetError());
287 EXPECT_EQ(error::kNoError, GetError());

Completed in 417 milliseconds

123456789