Home | History | Annotate | Download | only in webrtc

Lines Matching refs:InsertDtmf

191     // Test we can only InsertDtmf when the other side supports telephone-event.
197 EXPECT_FALSE(channel_->InsertDtmf(ssrc, 1, 111, cricket::DF_SEND));
204 EXPECT_FALSE(channel_->InsertDtmf(ssrc, 2, 123, cricket::DF_SEND));
210 EXPECT_FALSE(channel_->InsertDtmf(-1, 1, 111, cricket::DF_SEND));
214 EXPECT_TRUE(channel_->InsertDtmf(ssrc, 2, 123, cricket::DF_SEND));
219 EXPECT_TRUE(channel_->InsertDtmf(ssrc, 3, 134, cricket::DF_PLAY));
225 EXPECT_TRUE(channel_->InsertDtmf(ssrc, 4, 145,
2497 // Test the InsertDtmf on default send stream as caller.
2502 // Test the InsertDtmf on default send stream as callee
2507 // Test the InsertDtmf on specified send stream as caller.
2512 // Test the InsertDtmf on specified send stream as callee.