Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:StartPlayingFileAsMicrophone

141 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel,
148 "StartPlayingFileAsMicrophone(channel=%d, fileNameUTF8=%s, "
163 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
169 "StartPlayingFileAsMicrophone() failed to start playing file");
182 "StartPlayingFileAsMicrophone() failed to locate channel");
186 int res = channelPtr->StartPlayingFileAsMicrophone(
192 "StartPlayingFileAsMicrophone() failed to start playing file");
201 int VoEFileImpl::StartPlayingFileAsMicrophone(int channel,
207 "StartPlayingFileAsMicrophone(channel=%d, stream,"
220 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
224 "StartPlayingFileAsMicrophone() failed to start "
238 "StartPlayingFileAsMicrophone() failed to locate channel");
242 int res = channelPtr->StartPlayingFileAsMicrophone(
246 "StartPlayingFileAsMicrophone() failed to start "