OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartAecDump
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/app/webrtc/
peerconnectionfactory.cc
228
bool PeerConnectionFactory::
StartAecDump
(rtc::PlatformFile file) {
230
return channel_manager_->
StartAecDump
(file);
/external/webrtc/talk/media/base/
mediaengine.h
106
virtual bool
StartAecDump
(rtc::PlatformFile file) = 0;
188
virtual bool
StartAecDump
(rtc::PlatformFile file) {
189
return voice_.
StartAecDump
(file);
fakemediaengine.h
765
bool
StartAecDump
(rtc::PlatformFile file) { return false; }
/external/webrtc/talk/session/media/
channelmanager.cc
553
bool ChannelManager::
StartAecDump
(rtc::PlatformFile file) {
555
Bind(&MediaEngineInterface::
StartAecDump
, media_engine_.get(), file));
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
802
StartAecDump
(kAecDumpByAudioOptionFilename);
[
all
...]
Completed in 49 milliseconds