Home
last modified time | relevance | path

Searched refs:IsPlayingFileLocally (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dfile_before_streaming_test.cc108 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F()
119 EXPECT_EQ(0, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F()
126 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F()
Dfile_test.cc58 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_));
/external/webrtc/webrtc/voice_engine/include/
Dvoe_file.h85 virtual int IsPlayingFileLocally(int channel) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.h40 int IsPlayingFileLocally(int channel) override;
Dvoe_file_impl.cc126 int VoEFileImpl::IsPlayingFileLocally(int channel) { in IsPlayingFileLocally() function in webrtc::VoEFileImpl
138 return channelPtr->IsPlayingFileLocally(); in IsPlayingFileLocally()
Dchannel.h244 int IsPlayingFileLocally() const;
Dchannel.cc2026 int Channel::IsPlayingFileLocally() const in IsPlayingFileLocally() function in webrtc::voe::Channel
/external/webrtc/webrtc/test/
Dmock_voice_engine.h188 MOCK_METHOD1(IsPlayingFileLocally, int(int channel));