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

  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
file_test.cc 82 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_));
85 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_));
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.h 63 virtual int IsPlayingFileAsMicrophone(int channel);
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.h 118 int IsPlayingFileAsMicrophone() const;
channel.h 251 int IsPlayingFileAsMicrophone() const;
transmit_mixer.cc 677 int TransmitMixer::IsPlayingFileAsMicrophone() const
680 "TransmitMixer::IsPlayingFileAsMicrophone()");
    [all...]
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_file.h 110 virtual int IsPlayingFileAsMicrophone(int channel) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h 745 WEBRTC_STUB(IsPlayingFileAsMicrophone, (int channel));
    [all...]

Completed in 54 milliseconds