HomeSort by relevance Sort by last modified time
    Searched refs:StopPlayingFileLocally (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 118 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_));
131 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_));
  /external/webrtc/webrtc/voice_engine/include/
voe_file.h 82 virtual int StopPlayingFileLocally(int channel) = 0;
  /external/webrtc/webrtc/voice_engine/
voe_file_impl.h 38 int StopPlayingFileLocally(int channel) override;
voe_file_impl.cc 109 int VoEFileImpl::StopPlayingFileLocally(int channel) {
111 "StopPlayingFileLocally()");
120 "StopPlayingFileLocally() failed to locate channel");
123 return channelPtr->StopPlayingFileLocally();
135 "StopPlayingFileLocally() failed to locate channel");
channel.h 243 int StopPlayingFileLocally();
channel.cc     [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 187 MOCK_METHOD1(StopPlayingFileLocally, int(int channel));
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 998 return veData1.file->StopPlayingFileLocally(channel);
    [all...]
  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 521 // if (0 != StopPlayingFileLocally(_channel)) {
    [all...]
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 705 res = file->StopPlayingFileLocally(chan);

Completed in 326 milliseconds