Searched refs:OnUdpChannelClosed (Results 1 – 4 of 4) sorted by relevance
126 OnUdpChannelClosed(TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN);172 OnUdpChannelClosed(TEST_CHANNELID, SHUTDOWN_REASON_UNKNOWN);
35 void (*OnUdpChannelClosed)(int32_t channelId, ShutdownReason reason); member
519 static void OnUdpChannelClosed(int32_t channelId, ShutdownReason reason) in OnUdpChannelClosed() function603 .OnUdpChannelClosed = OnUdpChannelClosed,
32 streamCb->OnUdpChannelClosed == NULL || streamCb->OnStreamReceived == NULL) { in RegisterStreamCb()