Searched refs:DestroyChannel (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller_unittest.cc | 88 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()
|
D | transport_unittest.cc | 49 void DestroyChannel() { in DestroyChannel() function in TransportTest 50 transport_->DestroyChannel(1); in DestroyChannel()
|
D | transport.h | 208 void DestroyChannel(int component);
|
D | transport.cc | 214 void Transport::DestroyChannel(int component) { in DestroyChannel() function in cricket::Transport
|
D | transportcontroller.cc | 195 transport->DestroyChannel(component); in DestroyTransportChannel_w()
|
/external/libchrome/ipc/ |
D | ipc_channel_mojo_unittest.cc | 162 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 …]
|
D | ipc_fuzzing_tests.cc | 305 DestroyChannel(); in TEST_F() 330 DestroyChannel(); in TEST_F() 361 DestroyChannel(); in TEST_F()
|
D | ipc_test_base.cc | 50 void IPCChannelMojoTestBase::DestroyChannel() { in DestroyChannel() function in IPCChannelMojoTestBase
|
D | ipc_test_base.h | 44 void DestroyChannel();
|
D | ipc_send_fds_test.cc | 143 DestroyChannel(); in RunServer()
|
D | sync_socket_unittest.cc | 202 DestroyChannel(); in TEST_F()
|
/external/webrtc/webrtc/voice_engine/ |
D | channel_manager.h | 110 void DestroyChannel(int32_t channel_id);
|
D | voe_base_impl.cc | 421 shared_->channel_manager().DestroyChannel( in InitializeChannel() 429 shared_->channel_manager().DestroyChannel( in InitializeChannel() 453 shared_->channel_manager().DestroyChannel(channel); in DeleteChannel()
|
D | channel_manager.cc | 92 void ChannelManager::DestroyChannel(int32_t channel_id) { in DestroyChannel() function in webrtc::voe::ChannelManager
|