Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dfile_test.cc82 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F()
85 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc280 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel) { in IsPlayingFileAsMicrophone() function in webrtc::VoEFileImpl
288 return _shared->transmit_mixer()->IsPlayingFileAsMicrophone(); in IsPlayingFileAsMicrophone()
299 return channelPtr->IsPlayingFileAsMicrophone(); in IsPlayingFileAsMicrophone()
Dvoe_file_impl.h59 int IsPlayingFileAsMicrophone(int channel) override;
Dtransmit_mixer.h118 int IsPlayingFileAsMicrophone() const;
Dchannel.h259 int IsPlayingFileAsMicrophone() const;
Dtransmit_mixer.cc675 int TransmitMixer::IsPlayingFileAsMicrophone() const in IsPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer
Dchannel.cc2229 int Channel::IsPlayingFileAsMicrophone() const in IsPlayingFileAsMicrophone() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_file.h110 virtual int IsPlayingFileAsMicrophone(int channel) = 0;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h203 MOCK_METHOD1(IsPlayingFileAsMicrophone, int(int channel));