/external/chromium_org/ipc/ |
D | ipc_channel_unittest.cc | 142 DestroyChannel(); in TEST_F() 181 DestroyChannel(); in TEST_F() 249 DestroyChannel(); in TEST_F()
|
D | ipc_send_fds_test.cc | 122 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()
|
D | ipc_fuzzing_tests.cc | 284 DestroyChannel(); in TEST_F() 312 DestroyChannel(); in TEST_F() 345 DestroyChannel(); in TEST_F()
|
D | ipc_test_base.h | 48 void DestroyChannel();
|
D | ipc_test_base.cc | 62 void IPCTestBase::DestroyChannel() { in DestroyChannel() function in IPCTestBase
|
D | ipc_perftests.cc | 261 DestroyChannel(); in TEST_F()
|
D | sync_socket_unittest.cc | 205 DestroyChannel(); in TEST_F()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | transportchannelproxy.cc | 54 impl_->GetTransport()->DestroyChannel(impl_->component()); in ~TransportChannelProxy() 69 impl_->GetTransport()->DestroyChannel(impl_->component()); in SetImplementation()
|
D | transport_unittest.cc | 81 void DestroyChannel() { in DestroyChannel() function in TransportTest 82 transport_->DestroyChannel(1); in DestroyChannel()
|
D | session.h | 131 void DestroyChannel(int component); 388 virtual void DestroyChannel(const std::string& content_name,
|
D | transport.h | 272 void DestroyChannel(int component);
|
D | session.cc | 101 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()
|
D | transport.cc | 272 void Transport::DestroyChannel(int component) { in DestroyChannel() function in cricket::Transport
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | channel_manager.h | 108 void DestroyChannel(int32_t channel_id);
|
D | channel_manager.cc | 90 void ChannelManager::DestroyChannel(int32_t channel_id) { in DestroyChannel() function in webrtc::voe::ChannelManager
|
D | voe_base_impl.cc | 538 .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/ |
D | embedder_unittest.cc | 53 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/ |
D | pseudotcpchannel.cc | 488 session_->DestroyChannel(content_name_, channel_->component()); in OnMessage()
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.cc | 208 session_->DestroyChannel(content_name_, transport_channel_->component()); in ~BaseChannel() 315 session_->DestroyChannel( in set_rtcp_transport_channel()
|