HomeSort by relevance Sort by last modified time
    Searched defs:DestroyChannel (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/
channel_manager.cc 90 void ChannelManager::DestroyChannel(int32_t channel_id) {
  /external/chromium_org/ipc/
ipc_test_base.cc 72 void IPCTestBase::DestroyChannel() {
ipc_send_fds_test.cc 122 DestroyChannel();
251 static void DestroyChannel(scoped_ptr<IPC::Channel> *c,
262 base::Bind(&PipeChannelHelper::DestroyChannel, &in, &a));
265 base::Bind(&PipeChannelHelper::DestroyChannel, &out, &b));
  /external/chromium_org/mojo/embedder/
embedder.cc 34 // the IO thread), instead of |DestroyChannel()|.
178 void DestroyChannel(ChannelInfo* channel_info) {
embedder_unittest.cc 58 base::Bind(&ScopedTestChannel::DestroyChannel, base::Unretained(this)));
78 void DestroyChannel() {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport_unittest.cc 84 void DestroyChannel() {
85 transport_->DestroyChannel(1);
transport.cc 290 void Transport::DestroyChannel(int component) {
session.cc 101 void TransportProxy::DestroyChannel(int component) {
543 void BaseSession::DestroyChannel(const std::string& content_name,
547 transproxy->DestroyChannel(component);
    [all...]

Completed in 442 milliseconds