HomeSort by relevance Sort by last modified time
    Searched refs:LastError (Results 26 - 50 of 50) sorted by null

12

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc 564 if (neteq->LastError() == NetEq::kUnknownRtpPayloadType) {
572 std::cerr << "InsertPacket returned error code " << neteq->LastError()
618 neteq->LastError() << std::endl;
  /external/avahi/avahi-sharp/
ServiceResolver.cs 209 EmitFailure (client.LastError);
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 80 ErrorCode LastError() const override;
fakeaudiocapturemodule.cc 116 webrtc::AudioDeviceModule::ErrorCode FakeAudioCaptureModule::LastError() const {
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.h 58 ErrorCode LastError() const override;
audio_device_impl.cc 504 // LastError
507 AudioDeviceModule::ErrorCode AudioDeviceModuleImpl::LastError() const
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
udp_transport.h 325 virtual ErrorCode LastError() const = 0;
udp_transport_impl.h 129 ErrorCode LastError() const override;
udp_transport_impl.cc 183 UdpTransport::ErrorCode UdpTransportImpl::LastError() const
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_stress_test.cc 43 printf("Error code: %i \n", base->LastError()); \
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 53 printf("*** Error code = %i \n", base1->LastError()); \
161 printf("\nError calling Init: %d\n", base1->LastError());
261 printf("************ Error code = %i\n", base1->LastError());
640 err_code = base1->LastError();
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 597 int VoEBaseImpl::LastError() { return (shared_->statistics().LastError()); }
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 177 int LastError() const override;
180 // When LastError() returns kDecoderErrorCode or kComfortNoiseErrorCode, check
neteq_impl_unittest.cc 619 EXPECT_EQ(NetEq::kUnknownRtpPayloadType, neteq_->LastError());
    [all...]
neteq_unittest.cc     [all...]
neteq_impl.cc 388 int NetEqImpl::LastError() const {
    [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 117 MOCK_METHOD0(LastError, int());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdcep.h 228 RPC_STATUS LastError;
ksmedia.h     [all...]
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmslut.c     [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 853 EGLint e = t->LastError;
855 t->LastError = EGL_SUCCESS;
    [all...]
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 389 WEBRTC_STUB(LastError, ());
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 439 milliseconds

12