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

  /external/webrtc/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/webrtc/webrtc/voice_engine/include/
voe_file.h 110 virtual int IsPlayingFileAsMicrophone(int channel) = 0;
  /external/webrtc/webrtc/voice_engine/
voe_file_impl.h 59 int IsPlayingFileAsMicrophone(int channel) override;
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.h 118 int IsPlayingFileAsMicrophone() const;
channel.h 259 int IsPlayingFileAsMicrophone() const;
transmit_mixer.cc 675 int TransmitMixer::IsPlayingFileAsMicrophone() const
678 "TransmitMixer::IsPlayingFileAsMicrophone()");
    [all...]
channel.cc     [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 203 MOCK_METHOD1(IsPlayingFileAsMicrophone, int(int channel));

Completed in 214 milliseconds