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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.cc167 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, function in class:webrtc::VoEFileImpl
175 "StartPlayingFileAsMicrophone(channel=%d, fileNameUTF8=%s, "
192 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
204 "StartPlayingFileAsMicrophone() failed to start playing file");
221 "StartPlayingFileAsMicrophone() failed to locate channel");
225 int res = channelPtr->StartPlayingFileAsMicrophone(fileNameUTF8,
236 "StartPlayingFileAsMicrophone() failed to start playing file");
247 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel, function in class:webrtc::VoEFileImpl
254 "StartPlayingFileAsMicrophone(channel=%d, stream,"
269 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
[all...]
H A Dtransmit_mixer.cc500 int TransmitMixer::StartPlayingFileAsMicrophone(const char* fileName, function in class:webrtc::voe::TransmitMixer
509 "TransmitMixer::StartPlayingFileAsMicrophone("
518 "StartPlayingFileAsMicrophone() is already playing");
541 "StartPlayingFileAsMicrophone() filePlayer format isnot correct");
571 int TransmitMixer::StartPlayingFileAsMicrophone(InStream* stream, function in class:webrtc::voe::TransmitMixer
579 "TransmitMixer::StartPlayingFileAsMicrophone(format=%d,"
587 "StartPlayingFileAsMicrophone() NULL as input stream");
595 "StartPlayingFileAsMicrophone() is already playing");
618 "StartPlayingFileAsMicrophone() filePlayer format isnot correct");
H A Dchannel.cc2139 int Channel::StartPlayingFileAsMicrophone(const char* fileName, function in class:webrtc::voe::Channel
2148 "Channel::StartPlayingFileAsMicrophone(fileNameUTF8[]=%s, "
2159 "StartPlayingFileAsMicrophone() filePlayer is playing");
2179 "StartPlayingFileAsMicrophone() filePlayer format isnot correct");
2208 int Channel::StartPlayingFileAsMicrophone(InStream* stream, function in class:webrtc::voe::Channel
2216 "Channel::StartPlayingFileAsMicrophone(format=%d, "
2224 "StartPlayingFileAsMicrophone NULL as input stream");
2234 "StartPlayingFileAsMicrophone() is playing");
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java467 * if (0 != StartPlayingFileAsMicrophone(_channel,
476 // if (0 != StartPlayingFileAsMicrophone(_channel,
1150 private native int StartPlayingFileAsMicrophone(int channel, method in class:AndroidTest

Completed in 308 milliseconds