Searched refs:ChannelTest (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/session/media/ |
D | channel_unittest.cc | 125 class ChannelTest : public testing::Test, public sigslot::has_slots<> { class 130 ChannelTest(bool verify_playout, in ChannelTest() function in ChannelTest 162 this, &ChannelTest<T>::OnMediaMonitor); in CreateChannels() 164 this, &ChannelTest<T>::OnMediaMonitor); in CreateChannels() 427 typedef bool (ChannelTest<T>::*Method)(); 428 CallThread(ChannelTest<T>* obj, Method method, bool* result) in CallThread() 441 ChannelTest<T>* obj_; 1350 CallOnThread(&ChannelTest<T>::SendRtp1, &sent_rtp1); in SendRtpToRtpOnThread() 1351 CallOnThread(&ChannelTest<T>::SendRtp2, &sent_rtp2); in SendRtpToRtpOnThread() 1352 CallOnThread(&ChannelTest<T>::SendRtcp1, &sent_rtcp1); in SendRtpToRtpOnThread() [all …]
|
/external/webrtc/webrtc/voice_engine/ |
D | channel_unittest.cc | 15 TEST(ChannelTest, EmptyTestToGetCodeCoverage) {} in TEST() argument
|