Home
last modified time | relevance | path

Searched refs:DestroyChannel (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc88 void DestroyChannel(const std::string& content, int component) { in DestroyChannel() function in TransportControllerTest
417 DestroyChannel("audio", 2); in TEST_F()
418 DestroyChannel("audio", 1); in TEST_F()
420 DestroyChannel("audio", 1); in TEST_F()
464 DestroyChannel("video", 2); in TEST_F()
498 DestroyChannel("video", 2); in TEST_F()
535 DestroyChannel("video", 1); in TEST_F()
554 DestroyChannel("audio", 1); in TEST_F()
605 DestroyChannel("data", 1); in TEST_F()
641 DestroyChannel("video", 1); in TEST_F()
Dtransport_unittest.cc49 void DestroyChannel() { in DestroyChannel() function in TransportTest
50 transport_->DestroyChannel(1); in DestroyChannel()
Dtransport.h208 void DestroyChannel(int component);
Dtransport.cc214 void Transport::DestroyChannel(int component) { in DestroyChannel() function in cricket::Transport
Dtransportcontroller.cc195 transport->DestroyChannel(component); in DestroyTransportChannel_w()
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc162 DestroyChannel(); in TEST_F()
248 DestroyChannel(); in TEST_F()
362 DestroyChannel(); in TEST_F()
487 DestroyChannel(); in TEST_F()
580 DestroyChannel(); in TEST_F()
607 DestroyChannel(); in TEST_F()
629 DestroyChannel(); in TEST_F()
763 DestroyChannel(); in TEST_F()
1505 DestroyChannel(); in TEST_F()
1600 this->DestroyChannel(); in TYPED_TEST()
[all …]
Dipc_fuzzing_tests.cc305 DestroyChannel(); in TEST_F()
330 DestroyChannel(); in TEST_F()
361 DestroyChannel(); in TEST_F()
Dipc_test_base.cc50 void IPCChannelMojoTestBase::DestroyChannel() { in DestroyChannel() function in IPCChannelMojoTestBase
Dipc_test_base.h44 void DestroyChannel();
Dipc_send_fds_test.cc143 DestroyChannel(); in RunServer()
Dsync_socket_unittest.cc202 DestroyChannel(); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dchannel_manager.h110 void DestroyChannel(int32_t channel_id);
Dvoe_base_impl.cc421 shared_->channel_manager().DestroyChannel( in InitializeChannel()
429 shared_->channel_manager().DestroyChannel( in InitializeChannel()
453 shared_->channel_manager().DestroyChannel(channel); in DeleteChannel()
Dchannel_manager.cc92 void ChannelManager::DestroyChannel(int32_t channel_id) { in DestroyChannel() function in webrtc::voe::ChannelManager