HomeSort by relevance Sort by last modified time
    Searched refs:DELIVERY_PACKET_ERROR (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/call/
packet_injection_tests.cc 62 EXPECT_EQ(PacketReceiver::DELIVERY_PACKET_ERROR,
call.cc 684 return rtcp_delivered ? DELIVERY_OK : DELIVERY_PACKET_ERROR;
694 return DELIVERY_PACKET_ERROR;
708 : DELIVERY_PACKET_ERROR;
720 : DELIVERY_PACKET_ERROR;
call_perf_tests.cc 215 return ret == 0 ? DELIVERY_OK : DELIVERY_PACKET_ERROR;
  /external/webrtc/webrtc/
call.h 42 DELIVERY_PACKET_ERROR,
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.cc 394 return DELIVERY_PACKET_ERROR;
webrtcvideoengine2.cc     [all...]
  /external/webrtc/webrtc/video/
replay.cc 300 case PacketReceiver::DELIVERY_PACKET_ERROR:

Completed in 253 milliseconds