Searched refs:SINK_PRE_CRYPTO (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | mediarecorder_unittest.cc | 179 EXPECT_FALSE(recorder->EnableChannel(channel, true, true, SINK_PRE_CRYPTO)); in TestMediaRecorder() 180 EXPECT_FALSE(channel->HasSendSinks(SINK_PRE_CRYPTO)); in TestMediaRecorder() 181 EXPECT_FALSE(channel->HasRecvSinks(SINK_PRE_CRYPTO)); in TestMediaRecorder() 201 EXPECT_TRUE(recorder->EnableChannel(channel, true, false, SINK_PRE_CRYPTO)); in TestMediaRecorder() 202 EXPECT_TRUE(channel->HasSendSinks(SINK_PRE_CRYPTO)); in TestMediaRecorder() 211 EXPECT_TRUE(recorder->EnableChannel(channel, false, true, SINK_PRE_CRYPTO)); in TestMediaRecorder() 212 EXPECT_FALSE(channel->HasSendSinks(SINK_PRE_CRYPTO)); in TestMediaRecorder() 213 EXPECT_TRUE(channel->HasRecvSinks(SINK_PRE_CRYPTO)); in TestMediaRecorder() 219 EXPECT_TRUE(recorder->EnableChannel(channel, true, true, SINK_PRE_CRYPTO)); in TestMediaRecorder() 220 EXPECT_TRUE(channel->HasSendSinks(SINK_PRE_CRYPTO)); in TestMediaRecorder() [all …]
|
D | channel_unittest.cc | 1491 EXPECT_FALSE(channel1_->HasSendSinks(cricket::SINK_PRE_CRYPTO)); in TestMediaSinks() 1492 EXPECT_FALSE(channel1_->HasRecvSinks(cricket::SINK_PRE_CRYPTO)); in TestMediaSinks() 1505 EXPECT_FALSE(channel1_->HasSendSinks(cricket::SINK_PRE_CRYPTO)); in TestMediaSinks() 1506 EXPECT_FALSE(channel1_->HasRecvSinks(cricket::SINK_PRE_CRYPTO)); in TestMediaSinks()
|
D | channel.h | 61 SINK_PRE_CRYPTO, // Sink packets before encryption or after decryption. enumerator
|