Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc50 int VoEFileImpl::StartPlayingFileLocally(int channel, in StartPlayingFileLocally() function in webrtc::VoEFileImpl
81 int VoEFileImpl::StartPlayingFileLocally(int channel, in StartPlayingFileLocally() function in webrtc::VoEFileImpl
Dchannel.cc1836 int Channel::StartPlayingFileLocally(const char* fileName, in StartPlayingFileLocally() function in webrtc::voe::Channel
1908 int Channel::StartPlayingFileLocally(InStream* stream, in StartPlayingFileLocally() function in webrtc::voe::Channel
/external/webrtc/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