Home
last modified time | relevance | path

Searched refs:AssociateSendChannel (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dvoe_base_unittest.cc50 TEST_F(VoEBaseTest, AssociateSendChannel) { in TEST_F() argument
57 EXPECT_EQ(-1, base_->AssociateSendChannel(channel_1, channel_1 + 1)); in TEST_F()
64 EXPECT_EQ(0, base_->AssociateSendChannel(channel_1, channel_2)); in TEST_F()
65 EXPECT_EQ(0, base_->AssociateSendChannel(channel_2, channel_1)); in TEST_F()
H A Dchannel_proxy.h111 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
H A Dvoe_base_impl.h59 int AssociateSendChannel(int channel, int accociate_send_channel) override;
H A Dchannel_proxy.cc283 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel() function in webrtc::voe::ChannelProxy
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/include/
H A Dvoe_base.h207 virtual int AssociateSendChannel(int channel, int accociate_send_channel) = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/test/
H A Dmock_voe_channel_proxy.h73 MOCK_METHOD1(AssociateSendChannel,
H A Dmock_voice_engine.h143 MOCK_METHOD2(AssociateSendChannel,
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/call/
H A Dcall_unittest.cc161 EXPECT_CALL(*recv_channel_proxy, AssociateSendChannel(testing::_)).Times(1); in TEST()
199 AssociateSendChannel(testing::_)).Times(1); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/
H A Dmock_voe_channel_proxy.h81 MOCK_METHOD1(AssociateSendChannel,
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/
H A Dmock_voe_channel_proxy.h81 MOCK_METHOD1(AssociateSendChannel,
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/test/
H A Dmock_voe_channel_proxy.h81 MOCK_METHOD1(AssociateSendChannel,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_proxy.h126 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
H A Dchannel_proxy.cc341 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel() function in webrtc::voe::ChannelProxy
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/voice_engine/
H A Dchannel_proxy.h126 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
H A Dchannel_proxy.cc341 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel() function in webrtc::voe::ChannelProxy
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/voice_engine/
H A Dchannel_proxy.h126 virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy);
H A Dchannel_proxy.cc341 void ChannelProxy::AssociateSendChannel( in AssociateSendChannel() function in webrtc::voe::ChannelProxy
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.cc238 EXPECT_EQ(0, local_base_->AssociateSendChannel(new_receiver, local_sender_)); in AddStream()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/audio/
H A Daudio_receive_stream.cc239 channel_proxy_->AssociateSendChannel(*send_channel_proxy.get()); in AssociateSendStream()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/audio/
H A Daudio_receive_stream.cc309 channel_proxy_->AssociateSendChannel(*send_channel_proxy.get()); in AssociateSendStream()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/audio/
H A Daudio_receive_stream.cc309 channel_proxy_->AssociateSendChannel(*send_channel_proxy.get()); in AssociateSendStream()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/audio/
H A Daudio_receive_stream.cc309 channel_proxy_->AssociateSendChannel(*send_channel_proxy.get()); in AssociateSendStream()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/call/
H A Dcall_unittest.cc179 EXPECT_CALL(*recv_channel_proxy, AssociateSendChannel(testing::_)).Times(1); in TEST()
225 AssociateSendChannel(testing::_)).Times(1); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/call/
H A Dcall_unittest.cc179 EXPECT_CALL(*recv_channel_proxy, AssociateSendChannel(testing::_)).Times(1); in TEST()
225 AssociateSendChannel(testing::_)).Times(1); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/call/
H A Dcall_unittest.cc179 EXPECT_CALL(*recv_channel_proxy, AssociateSendChannel(testing::_)).Times(1); in TEST()
225 AssociateSendChannel(testing::_)).Times(1); in TEST()

12