Searched refs:inputChannel (Results 1 – 4 of 4) sorted by relevance
36 FileChannel inputChannel = input.getChannel(); in moveFileBetweenContexts() local37 inputChannel.transferTo(0, inputChannel.size(), output.getChannel()); in moveFileBetweenContexts()
458 ReadableByteChannel inputChannel = null; in copyTo() local462 inputChannel = Channels.newChannel(resolver.openInputStream(sourceUri)); in copyTo()466 while (inputChannel.read(buffer) != -1) { in copyTo()476 if (inputChannel != null) { in copyTo()478 inputChannel.close(); in copyTo()
92 public boolean apply(@Nullable Channel inputChannel) { in getChannels()94 inputChannel.getDisplayNumber(), in getChannels()
270 TouchReceiver(InputChannel inputChannel, Looper looper) { in TouchReceiver() argument271 super(inputChannel, looper); in TouchReceiver()