Searched defs:StopPlayingFileLocally (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.cc127 int VoEFileImpl::StopPlayingFileLocally(int channel) function in class:webrtc::VoEFileImpl
130 "StopPlayingFileLocally()");
141 "StopPlayingFileLocally() failed to locate channel");
144 return channelPtr->StopPlayingFileLocally();
161 "StopPlayingFileLocally() failed to locate channel");
H A Dchannel.cc2057 int Channel::StopPlayingFileLocally() function in class:webrtc::voe::Channel
2060 "Channel::StopPlayingFileLocally()");
2066 "StopPlayingFileLocally() isnot playing");
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java521 // if (0 != StopPlayingFileLocally(_channel)) {
1143 private native int StopPlayingFileLocally(int channel); method in class:AndroidTest

Completed in 172 milliseconds