/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | UDPMessageProcessor.java | 309 public MessageChannel createMessageChannel(HostPort targetHostPort) in createMessageChannel() method in UDPMessageProcessor 315 public MessageChannel createMessageChannel(InetAddress host, int port) in createMessageChannel() method in UDPMessageProcessor
|
D | MessageProcessor.java | 284 public abstract MessageChannel createMessageChannel(HostPort targetHostPort) in createMessageChannel() method in MessageProcessor 292 public abstract MessageChannel createMessageChannel(InetAddress targetHost, in createMessageChannel() method in MessageProcessor
|
D | TCPMessageProcessor.java | 214 public synchronized MessageChannel createMessageChannel(HostPort targetHostPort) in createMessageChannel() method in TCPMessageProcessor 246 public synchronized MessageChannel createMessageChannel(InetAddress host, int port) in createMessageChannel() method in TCPMessageProcessor
|
D | TLSMessageProcessor.java | 230 public synchronized MessageChannel createMessageChannel(HostPort targetHostPort) in createMessageChannel() method in TLSMessageProcessor 262 public synchronized MessageChannel createMessageChannel(InetAddress host, int port) in createMessageChannel() method in TLSMessageProcessor
|
D | MessageChannel.java | 209 MessageChannel messageChannel = messageProcessor.createMessageChannel( in sendMessage()
|
D | SIPTransactionStack.java | 1342 public MessageChannel createMessageChannel(SIPRequest request, MessageProcessor mp, in createMessageChannel() method in SIPTransactionStack 1355 MessageChannel mc = mp.createMessageChannel(targetHostPort); in createMessageChannel() 2031 newChannel = nextProcessor.createMessageChannel(targetHostPort); in createRawMessageChannel()
|
D | UDPMessageChannel.java | 638 .createMessageChannel(this.peerAddress, in sendMessage()
|
D | SIPDialog.java | 986 MessageChannel messageChannel = lp.getMessageProcessor().createMessageChannel( in sendAck()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | MessageChannel.cpp | 42 Platform::current()->createMessageChannel(&channel1, &channel2); in createChannel()
|
/external/chromium_org/content/ppapi_plugin/ |
D | ppapi_webkitplatformsupport_impl.h | 31 virtual void createMessageChannel(blink::WebMessagePortChannel** channel1,
|
D | ppapi_webkitplatformsupport_impl.cc | 189 void PpapiWebKitPlatformSupportImpl::createMessageChannel( in createMessageChannel() function in content::PpapiWebKitPlatformSupportImpl
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | ListeningPointImpl.java | 251 MessageChannel messageChannel = this.messageProcessor.createMessageChannel(targetHostPort); in sendHeartbeat()
|
D | SipProviderImpl.java | 398 .createMessageChannel(sipRequest, listeningPoint in getNewClientTransaction()
|
/external/chromium_org/content/renderer/ |
D | renderer_webkitplatformsupport_impl.h | 74 virtual void createMessageChannel(blink::WebMessagePortChannel** channel1,
|
D | renderer_webkitplatformsupport_impl.cc | 323 void RendererWebKitPlatformSupportImpl::createMessageChannel( in createMessageChannel() function in content::RendererWebKitPlatformSupportImpl
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 299 …virtual void createMessageChannel(WebMessagePortChannel** channel1, WebMessagePortChannel** channe… in createMessageChannel() function
|