Searched refs:currentChannel (Results 1 – 3 of 3) sorted by relevance
234 TCPMessageChannel currentChannel = (TCPMessageChannel) tcpMessageChannels.get(key); in cacheMessageChannel() local235 if (currentChannel != null) { in cacheMessageChannel()238 currentChannel.close(); in cacheMessageChannel()
250 TLSMessageChannel currentChannel = (TLSMessageChannel) tlsMessageChannels.get(key); in cacheMessageChannel() local251 if (currentChannel != null) { in cacheMessageChannel()254 currentChannel.close(); in cacheMessageChannel()
560 VkComponentSwizzle currentChannel[4]; in getComponentMappingPermutations() local563 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()