Home
last modified time | relevance | path

Searched refs:currentChannel (Results 1 – 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DTCPMessageProcessor.java234 TCPMessageChannel currentChannel = (TCPMessageChannel) tcpMessageChannels.get(key); in cacheMessageChannel() local
235 if (currentChannel != null) { in cacheMessageChannel()
238 currentChannel.close(); in cacheMessageChannel()
DTLSMessageProcessor.java250 TLSMessageChannel currentChannel = (TLSMessageChannel) tlsMessageChannels.get(key); in cacheMessageChannel() local
251 if (currentChannel != null) { in cacheMessageChannel()
254 currentChannel.close(); in cacheMessageChannel()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp560 VkComponentSwizzle currentChannel[4]; in getComponentMappingPermutations() local
563 currentChannel[channelNdx] = channelSwizzles[(firstChannelNdx + channelNdx) % 4]; in getComponentMappingPermutations()
567 currentChannel[0], in getComponentMappingPermutations()
568 currentChannel[1], in getComponentMappingPermutations()
569 currentChannel[2], in getComponentMappingPermutations()
570 currentChannel[3] in getComponentMappingPermutations()