Home
last modified time | relevance | path

Searched refs:newChannel (Results 1 – 5 of 5) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DAppendTrack.java51 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()
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DDirectNIOBuffer.java242 _in=Channels.newChannel(in); in readFrom()
307 _out=Channels.newChannel(out); in writeTo()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DSampleEntry.java140 WritableByteChannel wbc = Channels.newChannel(baos); in _writeChildBoxes()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2009 MessageChannel newChannel; in createRawMessageChannel() local
2019 newChannel = null; in createRawMessageChannel()
2021 while (processorIterator.hasNext() && newChannel == null) { in createRawMessageChannel()
2031 newChannel = nextProcessor.createMessageChannel(targetHostPort); in createRawMessageChannel()
2045 return newChannel; in createRawMessageChannel()
/external/guava/guava-tests/test/com/google/common/io/
DByteStreamsTest.java43 WritableByteChannel outChannel = Channels.newChannel(out); in testCopyChannel()
46 Channels.newChannel(new ByteArrayInputStream(expected)); in testCopyChannel()