Searched refs:OnChannelClosed (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_l2cap_channel_mac.h49 void OnChannelClosed(IOBluetoothL2CAPChannel* channel);
H A Dbluetooth_rfcomm_channel_mac.h49 void OnChannelClosed(IOBluetoothRFCOMMChannel* channel);
H A Dbluetooth_socket_mac.h104 void OnChannelClosed();
/external/chromium_org/ipc/
H A Dipc_channel_proxy.cc139 void ChannelProxy::Context::OnChannelClosed() { function in class:IPC::ChannelProxy::Context
171 OnChannelClosed();
378 FROM_HERE, base::Bind(&Context::OnChannelClosed, context_.get()));
H A Dipc_channel_proxy.h162 virtual void OnChannelClosed();
H A Dipc_sync_channel.h174 virtual void OnChannelClosed() OVERRIDE;
H A Dipc_sync_channel.cc363 void SyncChannel::SyncContext::OnChannelClosed() { function in class:IPC::SyncChannel::SyncContext
366 Context::OnChannelClosed();
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.h171 virtual void OnChannelClosed(PseudoTcpChannel* channel);
H A Dtunnelsessionclient.cc343 channel_->SignalChannelClosed.connect(this, &TunnelSession::OnChannelClosed);
424 void TunnelSession::OnChannelClosed(PseudoTcpChannel* channel) { function in class:cricket::TunnelSession

Completed in 193 milliseconds