Home
last modified time | relevance | path

Searched defs:OnSctpDataChannelClosed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_internal.h180 virtual void OnSctpDataChannelClosed(DataChannelInterface* channel) {} in OnSctpDataChannelClosed() function
H A Ddata_channel_controller.cc328 void DataChannelController::OnSctpDataChannelClosed(SctpDataChannel* channel) { in OnSctpDataChannelClosed() function in webrtc::DataChannelController
H A Dpeer_connection.cc2096 void PeerConnection::OnSctpDataChannelClosed(DataChannelInterface* channel) { in OnSctpDataChannelClosed() function in webrtc::PeerConnection