Home
last modified time | relevance | path

Searched refs:createMessageChannel (Results 1 – 16 of 16) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageProcessor.java309 public MessageChannel createMessageChannel(HostPort targetHostPort) in createMessageChannel() method in UDPMessageProcessor
315 public MessageChannel createMessageChannel(InetAddress host, int port) in createMessageChannel() method in UDPMessageProcessor
DMessageProcessor.java284 public abstract MessageChannel createMessageChannel(HostPort targetHostPort) in createMessageChannel() method in MessageProcessor
292 public abstract MessageChannel createMessageChannel(InetAddress targetHost, in createMessageChannel() method in MessageProcessor
DTCPMessageProcessor.java214 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
DTLSMessageProcessor.java230 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
DMessageChannel.java209 MessageChannel messageChannel = messageProcessor.createMessageChannel( in sendMessage()
DSIPTransactionStack.java1342 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()
DUDPMessageChannel.java638 .createMessageChannel(this.peerAddress, in sendMessage()
DSIPDialog.java986 MessageChannel messageChannel = lp.getMessageProcessor().createMessageChannel( in sendAck()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DMessageChannel.cpp42 Platform::current()->createMessageChannel(&channel1, &channel2); in createChannel()
/external/chromium_org/content/ppapi_plugin/
Dppapi_webkitplatformsupport_impl.h31 virtual void createMessageChannel(blink::WebMessagePortChannel** channel1,
Dppapi_webkitplatformsupport_impl.cc189 void PpapiWebKitPlatformSupportImpl::createMessageChannel( in createMessageChannel() function in content::PpapiWebKitPlatformSupportImpl
/external/nist-sip/java/gov/nist/javax/sip/
DListeningPointImpl.java251 MessageChannel messageChannel = this.messageProcessor.createMessageChannel(targetHostPort); in sendHeartbeat()
DSipProviderImpl.java398 .createMessageChannel(sipRequest, listeningPoint in getNewClientTransaction()
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h74 virtual void createMessageChannel(blink::WebMessagePortChannel** channel1,
Drenderer_webkitplatformsupport_impl.cc323 void RendererWebKitPlatformSupportImpl::createMessageChannel( in createMessageChannel() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h299 …virtual void createMessageChannel(WebMessagePortChannel** channel1, WebMessagePortChannel** channe… in createMessageChannel() function