Searched defs:IsPlayingFileAsMicrophone (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.cc349 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel) function in class:webrtc::VoEFileImpl
352 "IsPlayingFileAsMicrophone(channel=%d)", channel);
360 return _shared->transmit_mixer()->IsPlayingFileAsMicrophone();
370 "IsPlayingFileAsMicrophone() failed to locate channel");
373 return channelPtr->IsPlayingFileAsMicrophone();
H A Dtransmit_mixer.cc677 int TransmitMixer::IsPlayingFileAsMicrophone() const function in class:webrtc::voe::TransmitMixer
680 "TransmitMixer::IsPlayingFileAsMicrophone()");
H A Dchannel.cc2309 int Channel::IsPlayingFileAsMicrophone() const function in class:webrtc::voe::Channel
2312 "Channel::IsPlayingFileAsMicrophone()");

Completed in 688 milliseconds