Home
last modified time | relevance | path

Searched refs:make_chained_messages_product (Results 1 – 6 of 6) sorted by relevance

/dports/www/libdatachannel/libdatachannel-0.16.1/include/rtc/
H A Dmediahandlerelement.hpp32 RTC_CPP_EXPORT ChainedMessagesProduct make_chained_messages_product();
33 RTC_CPP_EXPORT ChainedMessagesProduct make_chained_messages_product(message_ptr msg);
/dports/www/libdatachannel/libdatachannel-0.16.1/src/
H A Dmediahandlerrootelement.cpp39 return make_chained_messages_product(message); in split()
H A Dmediahandlerelement.cpp29 ChainedMessagesProduct make_chained_messages_product() { in make_chained_messages_product() function
33 ChainedMessagesProduct make_chained_messages_product(message_ptr msg) { in make_chained_messages_product() function
H A Dopusrtppacketizer.cpp38 ChainedMessagesProduct packets = make_chained_messages_product(); in processOutgoingBinaryMessage()
H A Drtcpnackresponder.cpp81 auto packets = make_chained_messages_product(); in processIncomingControlMessage()
H A Dmediachainablehandler.cpp83 auto messages = make_chained_messages_product(msg); in handleOutgoingBinary()