OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StopRtcEventLog
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc
243
void PeerConnectionFactory::
StopRtcEventLog
() {
245
channel_manager_->
StopRtcEventLog
();
/external/webrtc/talk/media/base/
mediaengine.h
115
virtual void
StopRtcEventLog
() = 0;
200
virtual void
StopRtcEventLog
() { voice_.
StopRtcEventLog
(); }
fakemediaengine.h
771
void
StopRtcEventLog
() {}
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnectionFactory.java
165
public void
StopRtcEventLog
() {
/external/webrtc/talk/session/media/
channelmanager.cc
568
void ChannelManager::
StopRtcEventLog
() {
570
Bind(&MediaEngineInterface::
StopRtcEventLog
, media_engine_.get()));
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
[
all
...]
Completed in 60 milliseconds