Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.h331 DataChannelController* data_channel_controller() override { in data_channel_controller() function
H A Dsdp_offer_answer.cc1341 DataChannelController* SdpOfferAnswerHandler::data_channel_controller() { in data_channel_controller() function in webrtc::SdpOfferAnswerHandler
1344 const DataChannelController* SdpOfferAnswerHandler::data_channel_controller() in data_channel_controller() function in webrtc::SdpOfferAnswerHandler
/aosp_15_r20/external/webrtc/pc/test/
H A Dfake_peer_connection_base.h318 DataChannelController* data_channel_controller() override { return nullptr; } in data_channel_controller() function