Searched refs:IsPlayingFileAsMicrophone (Results 1 – 9 of 9) sorted by relevance
82 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F()85 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F()
280 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel) { in IsPlayingFileAsMicrophone() function in webrtc::VoEFileImpl288 return _shared->transmit_mixer()->IsPlayingFileAsMicrophone(); in IsPlayingFileAsMicrophone()299 return channelPtr->IsPlayingFileAsMicrophone(); in IsPlayingFileAsMicrophone()
59 int IsPlayingFileAsMicrophone(int channel) override;
118 int IsPlayingFileAsMicrophone() const;
259 int IsPlayingFileAsMicrophone() const;
675 int TransmitMixer::IsPlayingFileAsMicrophone() const in IsPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer
2229 int Channel::IsPlayingFileAsMicrophone() const in IsPlayingFileAsMicrophone() function in webrtc::voe::Channel
110 virtual int IsPlayingFileAsMicrophone(int channel) = 0;
203 MOCK_METHOD1(IsPlayingFileAsMicrophone, int(int channel));