Searched refs:AssociateSendChannel (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_base_unittest.cc50 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));
H A Dvoe_base_impl.h54 int AssociateSendChannel(int channel, int accociate_send_channel) override;
H A Dvoe_base_impl.cc796 int VoEBaseImpl::AssociateSendChannel(int channel, function in class:webrtc::VoEBaseImpl
809 "AssociateSendChannel() failed to locate channel");
817 "AssociateSendChannel() failed to locate accociate_send_channel");
/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_base.h186 virtual int AssociateSendChannel(int channel, int accociate_send_channel) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.cc240 EXPECT_EQ(0, local_base_->AssociateSendChannel(new_receiver, local_sender_));
/external/webrtc/webrtc/test/
H A Dmock_voice_engine.h119 MOCK_METHOD2(AssociateSendChannel,
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h390 WEBRTC_FUNC(AssociateSendChannel, (int channel,
H A Dwebrtcvoiceengine.cc1902 engine()->voe()->base()->AssociateSendChannel(recv_channel, channel);
1999 engine()->voe()->base()->AssociateSendChannel(channel, send_channel);
H A Dwebrtcvoiceengine_unittest.cc3101 EXPECT_EQ(0, voe_.AssociateSendChannel(recv_ch, send_ch));

Completed in 178 milliseconds