OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELIVERY_OK
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/
call.h
40
DELIVERY_OK
,
/external/webrtc/talk/media/webrtc/
fakewebrtccall.cc
400
return
DELIVERY_OK
;
408
return
DELIVERY_OK
;
webrtcvideoengine2.cc
[
all
...]
webrtcvoiceengine.cc
[
all
...]
/external/webrtc/webrtc/call/
call.cc
684
return rtcp_delivered ?
DELIVERY_OK
: DELIVERY_PACKET_ERROR;
707
?
DELIVERY_OK
709
if (status ==
DELIVERY_OK
&& event_log_)
719
?
DELIVERY_OK
721
if (status ==
DELIVERY_OK
&& event_log_)
call_perf_tests.cc
215
return ret == 0 ?
DELIVERY_OK
: DELIVERY_PACKET_ERROR;
/external/webrtc/webrtc/test/
fake_network_pipe_unittest.cc
49
.WillByDefault(Return(PacketReceiver::
DELIVERY_OK
));
/external/webrtc/webrtc/video/
replay.cc
289
case PacketReceiver::
DELIVERY_OK
:
Completed in 290 milliseconds