Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_channel_unittest.cc142 DestroyChannel(); in TEST_F()
181 DestroyChannel(); in TEST_F()
249 DestroyChannel(); in TEST_F()
Dipc_send_fds_test.cc122 DestroyChannel(); in RunServer()
251 static void DestroyChannel(scoped_ptr<IPC::Channel> *c, in DestroyChannel() function in __anon555954ce0111::PipeChannelHelper
262 base::Bind(&PipeChannelHelper::DestroyChannel, &in, &a)); in ~PipeChannelHelper()
265 base::Bind(&PipeChannelHelper::DestroyChannel, &out, &b)); in ~PipeChannelHelper()
Dipc_fuzzing_tests.cc284 DestroyChannel(); in TEST_F()
312 DestroyChannel(); in TEST_F()
345 DestroyChannel(); in TEST_F()
Dipc_test_base.h48 void DestroyChannel();
Dipc_test_base.cc62 void IPCTestBase::DestroyChannel() { in DestroyChannel() function in IPCTestBase
Dipc_perftests.cc261 DestroyChannel(); in TEST_F()
Dsync_socket_unittest.cc205 DestroyChannel(); in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportchannelproxy.cc54 impl_->GetTransport()->DestroyChannel(impl_->component()); in ~TransportChannelProxy()
69 impl_->GetTransport()->DestroyChannel(impl_->component()); in SetImplementation()
Dtransport_unittest.cc81 void DestroyChannel() { in DestroyChannel() function in TransportTest
82 transport_->DestroyChannel(1); in DestroyChannel()
Dsession.h131 void DestroyChannel(int component);
388 virtual void DestroyChannel(const std::string& content_name,
Dtransport.h272 void DestroyChannel(int component);
Dsession.cc101 void TransportProxy::DestroyChannel(int component) { in DestroyChannel() function in cricket::TransportProxy
516 void BaseSession::DestroyChannel(const std::string& content_name, in DestroyChannel() function in cricket::BaseSession
520 transproxy->DestroyChannel(component); in DestroyChannel()
Dtransport.cc272 void Transport::DestroyChannel(int component) { in DestroyChannel() function in cricket::Transport
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel_manager.h108 void DestroyChannel(int32_t channel_id);
Dchannel_manager.cc90 void ChannelManager::DestroyChannel(int32_t channel_id) { in DestroyChannel() function in webrtc::voe::ChannelManager
Dvoe_base_impl.cc538 .DestroyChannel(channel_owner->channel()->ChannelId()); in InitializeChannel()
547 .DestroyChannel(channel_owner->channel()->ChannelId()); in InitializeChannel()
580 _shared->channel_manager().DestroyChannel(channel); in DeleteChannel()
/external/chromium_org/mojo/embedder/
Dembedder_unittest.cc53 base::Bind(&ScopedTestChannel::DestroyChannel, base::Unretained(this))); in ~ScopedTestChannel()
75 void DestroyChannel() { in DestroyChannel() function in mojo::embedder::__anond4c6c9450111::ScopedTestChannel
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
Dpseudotcpchannel.cc488 session_->DestroyChannel(content_name_, channel_->component()); in OnMessage()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc208 session_->DestroyChannel(content_name_, transport_channel_->component()); in ~BaseChannel()
315 session_->DestroyChannel( in set_rtcp_transport_channel()