HomeSort by relevance Sort by last modified time
    Searched refs:StartAecDump (Results 1 - 11 of 11) sorted by null

  /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/app/webrtc/
peerconnectionfactoryproxy.h 65 PROXY_METHOD1(bool, StartAecDump, rtc::PlatformFile)
peerconnectionfactory.h 85 bool StartAecDump(rtc::PlatformFile file) override;
peerconnectionfactory.cc 228 bool PeerConnectionFactory::StartAecDump(rtc::PlatformFile file) {
230 return channel_manager_->StartAecDump(file);
peerconnectioninterface.h 566 virtual bool StartAecDump(rtc::PlatformFile file) = 0;
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 98 bool StartAecDump(rtc::PlatformFile file);
122 void StartAecDump(const std::string& filename);
webrtcvoiceengine.cc 802 StartAecDump(kAecDumpByAudioOptionFilename);
    [all...]
  /external/webrtc/talk/session/media/
channelmanager.h 166 bool StartAecDump(rtc::PlatformFile file);
channelmanager.cc 553 bool ChannelManager::StartAecDump(rtc::PlatformFile file) {
555 Bind(&MediaEngineInterface::StartAecDump, media_engine_.get(), file));
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 6434 milliseconds