HomeSort by relevance Sort by last modified time
    Searched refs:GetError (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasoundsystem.cc 117 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(int err)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.cc 45 LOG(LS_INFO) << "Failed to bind UDP socket " << socket->GetError();
100 int AsyncUDPSocket::GetError() const {
101 return socket_->GetError();
120 << "receive failed with error " << socket_->GetError();
basicpacketsocketfactory.cc 63 << socket->GetError();
81 << socket->GetError();
105 << socket->GetError();
127 << socket->GetError();
sslsocketfactory.cc 70 virtual int GetError() const {
72 return socket_->GetError();
102 } else if (!IsBlockingError(socket_->GetError())) {
103 SignalCloseEvent(this, socket_->GetError());
asyncpacketsocket.h 67 virtual int GetError() const = 0;
asyncudpsocket.h 57 virtual int GetError() const;
  /external/chromium_org/remoting/jingle_glue/
mock_objects.h 21 MOCK_CONST_METHOD0(GetError, Error());
signal_strategy.h 47 // 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/
asyncudpsocket.cc 40 LOG(LS_ERROR) << "Bind() failed with error " << socket->GetError();
103 int AsyncUDPSocket::GetError() const {
104 return socket_->GetError();
123 << "receive failed with error " << socket_->GetError();
asynctcpsocket.cc 58 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 {
137 return socket_->GetError();
202 LOG(LS_ERROR) << "TCP accept failed with error " << socket_->GetError();
215 LOG(LS_ERROR) << "Recv() returned error: " << socket_->GetError();
asyncpacketsocket.h 74 virtual int GetError() const = 0;
asyncudpsocket.h 62 virtual int GetError() const;
sslsocketfactory.cc 70 virtual int GetError() const {
72 return socket_->GetError();
102 } else if (!IsBlockingError(socket_->GetError())) {
103 SignalCloseEvent(this, socket_->GetError());
  /external/lzma/C/
Threads.c 10 static WRes GetError()
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/
command_buffer_service_unittest.cc 48 int32 GetError() {
115 EXPECT_NE(error::kNoError, GetError());
117 EXPECT_NE(error::kNoError, GetError());
149 EXPECT_EQ(0, GetError());
154 EXPECT_EQ(1, GetError());
gles2_cmd_decoder_unittest_1.cc 56 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/
ppb_graphics_3d_thunk.cc 66 int32_t GetError(PP_Resource context) {
67 VLOG(4) << "PPB_Graphics3D::GetError()";
71 return enter.object()->GetError();
97 &GetError,
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.h 52 virtual int GetError() const { return 0; }
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 57 virtual int GetError();
  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 65 virtual int GetError() = 0; // winsock error code
prexmppauth.h 79 virtual int GetError() const = 0;
  /external/chromium_org/ppapi/c/
ppb_graphics_3d.h 209 * 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);
274 * Note that the same error code may also be obtained by calling GetError.
  /external/chromium_org/remoting/client/plugin/
pepper_signal_strategy.h 32 virtual Error GetError() const OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
basicpacketsocketfactory.cc 70 << socket->GetError();
95 << socket->GetError();
134 << socket->GetError();
157 << socket->GetError();
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 65 virtual int GetError() = 0; // winsock error code

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 9