Home
last modified time | relevance | path

Searched refs:SetDataChannelType (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dchannel.h608 bool SetDataChannelType(DataChannelType new_data_channel_type,
Dchannel.cc2065 bool DataChannel::SetDataChannelType(DataChannelType new_data_channel_type, in SetDataChannelType() function in cricket::DataChannel
2093 return SetDataChannelType(data_channel_type, error_desc); in SetDataChannelTypeFromContent()