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

  /external/webrtc/webrtc/voice_engine/
voe_file_impl.cc 280 int VoEFileImpl::IsPlayingFileAsMicrophone(int channel) {
282 "IsPlayingFileAsMicrophone(channel=%d)", channel);
288 return _shared->transmit_mixer()->IsPlayingFileAsMicrophone();
296 "IsPlayingFileAsMicrophone() failed to locate channel");
299 return channelPtr->IsPlayingFileAsMicrophone();
transmit_mixer.cc 675 int TransmitMixer::IsPlayingFileAsMicrophone() const
678 "TransmitMixer::IsPlayingFileAsMicrophone()");
    [all...]
channel.cc     [all...]

Completed in 42 milliseconds