Searched refs:StopPlayingFileLocally (Results 1 – 10 of 10) sorted by relevance
118 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_)); in TEST_F()131 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_)); in TEST_F()
82 virtual int StopPlayingFileLocally(int channel) = 0;
38 int StopPlayingFileLocally(int channel) override;
109 int VoEFileImpl::StopPlayingFileLocally(int channel) { in StopPlayingFileLocally() function in webrtc::VoEFileImpl123 return channelPtr->StopPlayingFileLocally(); in StopPlayingFileLocally()
243 int StopPlayingFileLocally();
1986 int Channel::StopPlayingFileLocally() in StopPlayingFileLocally() function in webrtc::voe::Channel
187 MOCK_METHOD1(StopPlayingFileLocally, int(int channel));
1143 private native int StopPlayingFileLocally(int channel); in StopPlayingFileLocally() method in AndroidTest
998 return veData1.file->StopPlayingFileLocally(channel); in Java_org_webrtc_voiceengine_test_AndroidTest_StopPlayingFileLocally()
705 res = file->StopPlayingFileLocally(chan); in RunTest()