Searched refs:DestroyChannel (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/mojo/embedder/
H A Dchannel_init.cc19 DestroyChannel(channel_info_);
48 DestroyChannel(channel);
H A Dembedder.h30 // |CreateChannel()|/|DestroyChannel()|, which may be called from any thread.
58 // |CreateChannel()|, but not |DestroyChannel()| with the result of
78 // should eventually be passed to |DestroyChannel()| (or
100 MOJO_SYSTEM_IMPL_EXPORT void DestroyChannel(ChannelInfo* channel_info);
104 // called before |DestroyChannel()| or |DestroyChannelOnIOThread()|.
H A Dembedder_unittest.cc58 base::Bind(&ScopedTestChannel::DestroyChannel, base::Unretained(this)));
78 void DestroyChannel() { function in class:mojo::embedder::__anon8734::ScopedTestChannel
H A Dembedder.cc34 // the IO thread), instead of |DestroyChannel()|.
178 void DestroyChannel(ChannelInfo* channel_info) { function in namespace:mojo::embedder
/external/chromium_org/ipc/
H A Dipc_channel_unittest.cc76 DestroyChannel();
115 DestroyChannel();
183 DestroyChannel();
H A Dipc_send_fds_test.cc122 DestroyChannel();
251 static void DestroyChannel(scoped_ptr<IPC::Channel> *c, function in class:__anon8487::PipeChannelHelper
262 base::Bind(&PipeChannelHelper::DestroyChannel, &in, &a));
265 base::Bind(&PipeChannelHelper::DestroyChannel, &out, &b));
H A Dipc_test_base.h55 void DestroyChannel();
H A Dipc_fuzzing_tests.cc284 DestroyChannel();
312 DestroyChannel();
345 DestroyChannel();
H A Dipc_test_base.cc72 void IPCTestBase::DestroyChannel() { function in class:IPCTestBase
H A Dsync_socket_unittest.cc205 DestroyChannel();
H A Dipc_perftest_support.cc271 DestroyChannel();
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.h108 void DestroyChannel(int32_t channel_id);
H A Dchannel_manager.cc90 void ChannelManager::DestroyChannel(int32_t channel_id) { function in class:webrtc::voe::ChannelManager
H A Dvoe_base_impl.cc538 .DestroyChannel(channel_owner->channel()->ChannelId());
547 .DestroyChannel(channel_owner->channel()->ChannelId());
580 _shared->channel_manager().DestroyChannel(channel);
/external/chromium_org/ipc/mojo/
H A Dipc_channel_mojo_unittest.cc143 DestroyChannel();
259 DestroyChannel();
334 DestroyChannel();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc54 impl_->GetTransport()->DestroyChannel(impl_->component());
69 impl_->GetTransport()->DestroyChannel(impl_->component());
H A Dsession.h131 void DestroyChannel(int component);
367 virtual void DestroyChannel(const std::string& content_name,
H A Dtransport_unittest.cc84 void DestroyChannel() { function in class:TransportTest
85 transport_->DestroyChannel(1);
H A Dtransport.h277 void DestroyChannel(int component);
347 // These are called by Create/DestroyChannel above in order to create or
H A Dsession.cc101 void TransportProxy::DestroyChannel(int component) { function in class:cricket::TransportProxy
543 void BaseSession::DestroyChannel(const std::string& content_name, function in class:cricket::BaseSession
547 transproxy->DestroyChannel(component);
H A Dtransport.cc290 void Transport::DestroyChannel(int component) { function in class:cricket::Transport
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc488 session_->DestroyChannel(content_name_, channel_->component());
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc193 session_->DestroyChannel(content_name_, transport_channel_->component());
300 session_->DestroyChannel(

Completed in 1339 milliseconds