Searched refs:IsPlayingFileAsMicrophone (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dfile_test.cc82 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_));
85 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.h63 virtual int IsPlayingFileAsMicrophone(int channel);
H A Dvoe_file_impl.cc349 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel) function in class:webrtc::VoEFileImpl
352 "IsPlayingFileAsMicrophone(channel=%d)", channel);
360 return _shared->transmit_mixer()->IsPlayingFileAsMicrophone();
370 "IsPlayingFileAsMicrophone() failed to locate channel");
373 return channelPtr->IsPlayingFileAsMicrophone();
H A Dtransmit_mixer.h118 int IsPlayingFileAsMicrophone() const;
H A Dchannel.h251 int IsPlayingFileAsMicrophone() const;
H A Dtransmit_mixer.cc677 int TransmitMixer::IsPlayingFileAsMicrophone() const function in class:webrtc::voe::TransmitMixer
680 "TransmitMixer::IsPlayingFileAsMicrophone()");
H A Dchannel.cc2309 int Channel::IsPlayingFileAsMicrophone() const function in class:webrtc::voe::Channel
2312 "Channel::IsPlayingFileAsMicrophone()");
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_file.h110 virtual int IsPlayingFileAsMicrophone(int channel) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h745 WEBRTC_STUB(IsPlayingFileAsMicrophone, (int channel));

Completed in 1990 milliseconds