Searched defs:DestroyChannel (Results 1 - 8 of 8) sorted by path

/external/chromium_org/ipc/
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.cc72 void IPCTestBase::DestroyChannel() { function in class:IPCTestBase
/external/chromium_org/mojo/embedder/
H A Dembedder.cc34 // the IO thread), instead of |DestroyChannel()|.
178 void DestroyChannel(ChannelInfo* channel_info) { function in namespace:mojo::embedder
H A Dembedder_unittest.cc58 base::Bind(&ScopedTestChannel::DestroyChannel, base::Unretained(this)));
78 void DestroyChannel() { function in class:mojo::embedder::__anon8734::ScopedTestChannel
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
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
H A Dtransport_unittest.cc84 void DestroyChannel() { function in class:TransportTest
85 transport_->DestroyChannel(1);
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.cc90 void ChannelManager::DestroyChannel(int32_t channel_id) { function in class:webrtc::voe::ChannelManager

Completed in 1093 milliseconds