HomeSort by relevance Sort by last modified time
    Searched refs:OnChannelClosed (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_l2cap_channel_mac.h 49 void OnChannelClosed(IOBluetoothL2CAPChannel* channel);
bluetooth_rfcomm_channel_mac.h 49 void OnChannelClosed(IOBluetoothRFCOMMChannel* channel);
bluetooth_socket_mac.h 109 void OnChannelClosed();
  /external/chromium_org/ipc/
ipc_channel_proxy.cc 140 void ChannelProxy::Context::OnChannelClosed() {
172 OnChannelClosed();
396 FROM_HERE, base::Bind(&Context::OnChannelClosed, context_.get()));
ipc_channel_proxy.h 171 virtual void OnChannelClosed();
ipc_sync_channel.h 183 virtual void OnChannelClosed() OVERRIDE;
ipc_sync_channel.cc 364 void SyncChannel::SyncContext::OnChannelClosed() {
367 Context::OnChannelClosed();
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 171 virtual void OnChannelClosed(PseudoTcpChannel* channel);
tunnelsessionclient.cc 343 channel_->SignalChannelClosed.connect(this, &TunnelSession::OnChannelClosed);
424 void TunnelSession::OnChannelClosed(PseudoTcpChannel* channel) {

Completed in 387 milliseconds