Searched defs:recv_ch (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine_unittest.cc3075 int recv_ch = voe_.GetLastChannel(); local
3076 EXPECT_NE(recv_ch, default_channel);
3077 EXPECT_EQ(voe_.GetAssociateSendChannel(recv_ch), default_channel);
3079 EXPECT_EQ(voe_.GetAssociateSendChannel(recv_ch), default_channel);
3081 recv_ch = voe_.GetLastChannel();
3082 EXPECT_NE(recv_ch, default_channel);
3083 EXPECT_EQ(voe_.GetAssociateSendChannel(recv_ch), default_channel);
3091 int recv_ch = voe_.GetLastChannel(); local
3096 // Manually associate |recv_ch| to |send_ch|. This test is to verify a
3098 // channel of |recv_ch|
[all...]

Completed in 81 milliseconds