Home
last modified time | relevance | path

Searched defs:StartPlayingFileAsMicrophone (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc141 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone() function in webrtc::VoEFileImpl
201 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone() function in webrtc::VoEFileImpl
Dtransmit_mixer.cc501 int TransmitMixer::StartPlayingFileAsMicrophone(const char* fileName, in StartPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer
572 int TransmitMixer::StartPlayingFileAsMicrophone(InStream* stream, in StartPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer
Dchannel.cc2062 int Channel::StartPlayingFileAsMicrophone(const char* fileName, in StartPlayingFileAsMicrophone() function in webrtc::voe::Channel
2131 int Channel::StartPlayingFileAsMicrophone(InStream* stream, in StartPlayingFileAsMicrophone() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java1150 private native int StartPlayingFileAsMicrophone(int channel, in StartPlayingFileAsMicrophone() method in AndroidTest