Searched refs:SetDataChannelType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc477 client->SetDataChannelType(data_channel_type);
H A Dcallclient.h122 void SetDataChannelType(cricket::DataChannelType data_channel_type) { function in class:CallClient
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h689 bool SetDataChannelType(DataChannelType new_data_channel_type,
691 // Same as SetDataChannelType, but extracts the type from the
H A Dchannel.cc2192 bool DataChannel::SetDataChannelType(DataChannelType new_data_channel_type, function in class:cricket::DataChannel
2220 return SetDataChannelType(data_channel_type, error_desc);

Completed in 237 milliseconds