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

  /external/webrtc/webrtc/voice_engine/
voe_base_unittest.cc 50 TEST_F(VoEBaseTest, AssociateSendChannel) {
57 EXPECT_EQ(-1, base_->AssociateSendChannel(channel_1, channel_1 + 1));
64 EXPECT_EQ(0, base_->AssociateSendChannel(channel_1, channel_2));
65 EXPECT_EQ(0, base_->AssociateSendChannel(channel_2, channel_1));
voe_base_impl.h 54 int AssociateSendChannel(int channel, int accociate_send_channel) override;
voe_base_impl.cc 796 int VoEBaseImpl::AssociateSendChannel(int channel,
809 "AssociateSendChannel() failed to locate channel");
817 "AssociateSendChannel() failed to locate accociate_send_channel");
  /external/webrtc/webrtc/voice_engine/include/
voe_base.h 186 virtual int AssociateSendChannel(int channel, int accociate_send_channel) = 0;
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.cc 240 EXPECT_EQ(0, local_base_->AssociateSendChannel(new_receiver, local_sender_));
  /external/webrtc/webrtc/test/
mock_voice_engine.h 119 MOCK_METHOD2(AssociateSendChannel,
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 390 WEBRTC_FUNC(AssociateSendChannel, (int channel,
webrtcvoiceengine.cc     [all...]
webrtcvoiceengine_unittest.cc     [all...]

Completed in 195 milliseconds