Searched defs:tdesc (Results 1 - 2 of 2) sorted by last modified time

/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.cc484 TransportDescription tdesc; local
486 sdesc, iter->second->content_name(), &tdesc);
488 if (!iter->second->SetLocalTransportDescription(tdesc, action,
507 TransportDescription tdesc; local
512 sdesc, iter->second->content_name(), &tdesc);
514 if (!iter->second->SetRemoteTransportDescription(tdesc, action,
852 TransportDescription* tdesc) {
853 if (!description || !tdesc) {
861 *tdesc = transport_info->description;
850 GetTransportDescription(const SessionDescription* description, const std::string& content_name, TransportDescription* tdesc) argument

Completed in 134 milliseconds