Home
last modified time | relevance | path

Searched defs:StartPlayingFileLocally (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_file_impl.cc54 int VoEFileImpl::StartPlayingFileLocally( in StartPlayingFileLocally() function in webrtc::VoEFileImpl
92 int VoEFileImpl::StartPlayingFileLocally(int channel, in StartPlayingFileLocally() function in webrtc::VoEFileImpl
Dchannel.cc1938 int Channel::StartPlayingFileLocally(const char* fileName, in StartPlayingFileLocally() function in webrtc::voe::Channel
2010 int Channel::StartPlayingFileLocally(InStream* stream, in StartPlayingFileLocally() function in webrtc::voe::Channel
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java1140 private native int StartPlayingFileLocally(int channel, String fileName, in StartPlayingFileLocally() method in AndroidTest