OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packetsSent
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
70
int
packetsSent
;
/external/webrtc/webrtc/audio/
audio_send_stream.cc
135
stats.packets_sent = call_stats.
packetsSent
;
audio_send_stream_unittest.cc
208
EXPECT_EQ(kCallStats.
packetsSent
, stats.packets_sent);
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
428
uint32_t*
packetsSent
) const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
172
int32_t(size_t *bytesSent, uint32_t *
packetsSent
));
/external/webrtc/webrtc/voice_engine/
channel.cc
[
all
...]
Completed in 42 milliseconds