OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopRtcEventLog
(Results
1 - 12
of
12
) sorted by null
/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/
peerconnectionfactoryproxy.h
68
PROXY_METHOD0(void,
StopRtcEventLog
)
peerconnectionfactory.h
88
void
StopRtcEventLog
() override;
peerconnectionfactory.cc
243
void PeerConnectionFactory::
StopRtcEventLog
() {
245
channel_manager_->
StopRtcEventLog
();
peerconnectioninterface.h
574
// automatically after 10 minutes have passed, or when the
StopRtcEventLog
576
// This function as well as the
StopRtcEventLog
don't really belong on this
585
virtual void
StopRtcEventLog
() = 0;
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnectionFactory.java
165
public void
StopRtcEventLog
() {
/external/webrtc/talk/session/media/
channelmanager.h
175
void
StopRtcEventLog
();
channelmanager.cc
568
void ChannelManager::
StopRtcEventLog
() {
570
Bind(&MediaEngineInterface::
StopRtcEventLog
, media_engine_.get()));
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h
104
// pass or the
StopRtcEventLog
function is called.
108
void
StopRtcEventLog
();
webrtcvoiceengine.cc
[
all
...]
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 156 milliseconds