Searched refs:tdesc (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller.cc | 99 const TransportDescription& tdesc, in SetLocalTransportDescription() argument 104 transport_name, tdesc, action, err)); in SetLocalTransportDescription() 109 const TransportDescription& tdesc, in SetRemoteTransportDescription() argument 114 transport_name, tdesc, action, err)); in SetRemoteTransportDescription() 405 const TransportDescription& tdesc, in SetLocalTransportDescription_w() argument 419 return transport->SetLocalTransportDescription(tdesc, action, err); in SetLocalTransportDescription_w() 424 const TransportDescription& tdesc, in SetRemoteTransportDescription_w() argument 438 return transport->SetRemoteTransportDescription(tdesc, action, err); in SetRemoteTransportDescription_w()
|
D | transportcontroller.h | 64 const TransportDescription& tdesc, 68 const TransportDescription& tdesc, 168 const TransportDescription& tdesc, 172 const TransportDescription& tdesc,
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 1276 String tdesc = src.getUtf8Info(typeDescriptor); in copy() local 1277 tdesc = Descriptor.rename(tdesc, map); in copy() 1279 dest.addUtf8Info(tdesc)); in copy()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 1098 cricket::TransportDescription* tdesc) { in GetTransportDescription() argument 1099 if (!description || !tdesc) { in GetTransportDescription() 1107 *tdesc = transport_info->description; in GetTransportDescription()
|