Searched refs:newChannel (Results 1 – 15 of 15) sorted by relevance
162 public final S withChannel(Channel newChannel) { in withChannel() argument163 return build(newChannel, callOptions); in withChannel()
51 track.getSampleDescriptionBox().getBox(Channels.newChannel(curBaos)); in AppendTrack()52 stsd.getBox(Channels.newChannel(refBaos)); in AppendTrack()139 cur1.getBox(Channels.newChannel(baos1)); in mergeAudioSampleEntries()140 cur2.getBox(Channels.newChannel(baos2)); in mergeAudioSampleEntries()
31 this.encoder = new Encoder(Channels.newChannel(destination), params, bufferSize); in BrotliOutputStream()
87 WritableByteChannel encoder = new BrotliEncoderChannel(Channels.newChannel(dst)); in run()
30 this.decoder = new Decoder(Channels.newChannel(source), bufferSize); in BrotliInputStream()
74 ReadableByteChannel src = Channels.newChannel(new ByteArrayInputStream(compressed)); in run()
109 return Channels.newChannel(bZin); in makeBZ2C()
140 WritableByteChannel wbc = Channels.newChannel(baos); in _writeChildBoxes()
2009 MessageChannel newChannel; in createRawMessageChannel() local2019 newChannel = null; in createRawMessageChannel()2021 while (processorIterator.hasNext() && newChannel == null) { in createRawMessageChannel()2031 newChannel = nextProcessor.createMessageChannel(targetHostPort); in createRawMessageChannel()2045 return newChannel; in createRawMessageChannel()
130 _channel = [self newChannel];268 - (GRPCChannel *)newChannel { method
43 WritableByteChannel outChannel = Channels.newChannel(out); in testCopyChannel()46 Channels.newChannel(new ByteArrayInputStream(expected)); in testCopyChannel()
90 ManagedChannel ch = config.newChannel(); in run()
68 public ManagedChannel newChannel() throws IOException { in newChannel() method in ClientConfiguration
79 channels.add(config.newChannel()); in run()
20152 SGChannel newChannel; in Qt_SGNewChannelFromComponent() local20162 &newChannel, in Qt_SGNewChannelFromComponent()20166 CmpInstObj_New, newChannel); in Qt_SGNewChannelFromComponent()