Home
last modified time | relevance | path

Searched refs:default_module_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc86 default_module_( in ModuleRtpRtcpImpl()
100 if (default_module_) { in ModuleRtpRtcpImpl()
101 default_module_->RegisterChildModule(this); in ModuleRtpRtcpImpl()
121 if (default_module_) { in ~ModuleRtpRtcpImpl()
122 default_module_->DeRegisterChildModule(this); in ~ModuleRtpRtcpImpl()
Drtp_rtcp_impl.h412 ModuleRtpRtcpImpl* default_module_; variable