HomeSort by relevance Sort by last modified time
    Searched defs:IsPlayingFileAsMicrophone (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.cc 349 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel)
352 "IsPlayingFileAsMicrophone(channel=%d)", channel);
360 return _shared->transmit_mixer()->IsPlayingFileAsMicrophone();
370 "IsPlayingFileAsMicrophone() failed to locate channel");
373 return channelPtr->IsPlayingFileAsMicrophone();
transmit_mixer.cc 677 int TransmitMixer::IsPlayingFileAsMicrophone() const
680 "TransmitMixer::IsPlayingFileAsMicrophone()");
    [all...]
channel.cc     [all...]

Completed in 1839 milliseconds