OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTransportDescriptionByName
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/base/
sessiondescription.h
138
const TransportDescription*
GetTransportDescriptionByName
(
/external/webrtc/talk/session/media/
mediasession_unittest.cc
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
517
new_sd->
GetTransportDescriptionByName
(cinfo->name);
519
old_sd->
GetTransportDescriptionByName
(cinfo->name);
[
all
...]
webrtcsession_unittest.cc
797
desc1->
GetTransportDescriptionByName
(it->name);
799
desc2->
GetTransportDescriptionByName
(it->name);
823
desc->
GetTransportDescriptionByName
(it->name);
850
desc->
GetTransportDescriptionByName
(it->name)
[
all
...]
peerconnection_unittest.cc
573
desc->
GetTransportDescriptionByName
(contents[index].name);
[
all
...]
Completed in 831 milliseconds