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

/external/webrtc/talk/session/media/
H A Dchannel_unittest.cc125 class ChannelTest : public testing::Test, public sigslot::has_slots<> { class in inherits:testing::Test,sigslot::has_slots
130 ChannelTest(bool verify_playout, function in class:ChannelTest
162 this, &ChannelTest<T>::OnMediaMonitor);
164 this, &ChannelTest<T>::OnMediaMonitor);
427 typedef bool (ChannelTest<T>::*Method)();
428 CallThread(ChannelTest<T>* obj, Method method, bool* result)
441 ChannelTest<T>* obj_;
1350 CallOnThread(&ChannelTest<T>::SendRtp1, &sent_rtp1);
1351 CallOnThread(&ChannelTest<T>::SendRtp2, &sent_rtp2);
1352 CallOnThread(&ChannelTest<
[all...]

Completed in 91 milliseconds