OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConnectionMonitor
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/client/
socketmonitor.cc
24
ConnectionMonitor
::
ConnectionMonitor
(ConnectionStatsGetter* stats_getter,
33
ConnectionMonitor
::~
ConnectionMonitor
() {
38
void
ConnectionMonitor
::Start(int milliseconds) {
45
void
ConnectionMonitor
::Stop() {
49
void
ConnectionMonitor
::OnMessage(rtc::Message *message) {
84
void
ConnectionMonitor
::PollConnectionStats_w() {
socketmonitor.h
21
// TODO(pthatcher): Move these to
connectionmonitor
.h and
22
//
connectionmonitor
.cc, or just move them into channel.cc
32
class
ConnectionMonitor
: public rtc::MessageHandler,
35
ConnectionMonitor
(ConnectionStatsGetter* stats_getter,
38
~
ConnectionMonitor
();
43
sigslot::signal2<
ConnectionMonitor
*,
Completed in 62 milliseconds