Home
last modified time | relevance | path

Searched refs:OnChannelClosed (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/api/transport/
Ddata_channel_transport_interface.h79 virtual void OnChannelClosed(int channel_id) = 0;
/external/libchrome/ipc/
Dipc_channel_proxy.cc189 void ChannelProxy::Context::OnChannelClosed() { in OnChannelClosed() function in IPC::ChannelProxy::Context
225 OnChannelClosed(); in OnSendMessage()
510 FROM_HERE, base::Bind(&Context::OnChannelClosed, context_)); in Close()
Dipc_sync_channel.h200 void OnChannelClosed() override; in COMPONENT_EXPORT()
Dipc_sync_channel.cc506 void SyncChannel::SyncContext::OnChannelClosed() { in OnChannelClosed() function in IPC::SyncChannel::SyncContext
509 Context::OnChannelClosed(); in OnChannelClosed()
Dipc_channel_proxy.h298 virtual void OnChannelClosed(); in COMPONENT_EXPORT()
/external/webrtc/pc/
Dsctp_data_channel_transport.cc110 sink_->OnChannelClosed(channel_id); in OnClosingProcedureComplete()
Ddata_channel_controller.h58 void OnChannelClosed(int channel_id) override;
Ddata_channel_controller.cc158 void DataChannelController::OnChannelClosed(int channel_id) { in OnChannelClosed() function in webrtc::DataChannelController