OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetVideoRtxEnabled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager_unittest.cc
582
TEST_F(ChannelManagerTest,
SetVideoRtxEnabled
) {
591
EXPECT_TRUE(cm_->
SetVideoRtxEnabled
(true));
596
EXPECT_TRUE(cm_->
SetVideoRtxEnabled
(false));
602
EXPECT_FALSE(cm_->
SetVideoRtxEnabled
(true));
603
EXPECT_FALSE(cm_->
SetVideoRtxEnabled
(false));
607
EXPECT_TRUE(cm_->
SetVideoRtxEnabled
(true));
channelmanager.h
161
bool
SetVideoRtxEnabled
(bool enable);
channelmanager.cc
154
bool ChannelManager::
SetVideoRtxEnabled
(bool enable) {
Completed in 30 milliseconds