OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_worker_thread
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/session/media/
channelmanager_unittest.cc
107
EXPECT_TRUE(cm_->
set_worker_thread
(&worker_));
112
EXPECT_FALSE(cm_->
set_worker_thread
(rtc::Thread::Current()));
140
EXPECT_TRUE(cm_->
set_worker_thread
(&worker_));
channelmanager.h
73
// but before Init.
set_worker_thread
will return false if called after Init.
75
bool
set_worker_thread
(rtc::Thread* thread) {
function in class:cricket::ChannelManager
Completed in 48 milliseconds