HomeSort by relevance Sort by last modified time
    Searched refs:outChannel (Results 1 - 15 of 15) sorted by null

  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 113 FileChannel outChannel = new FileOutputStream(out).getChannel();
115 inChannel.transferTo(0, inChannel.size(), outChannel);
120 if (outChannel != null) outChannel.close();
  /frameworks/native/include/gui/
IDisplayEventConnection.h 38 * descriptor of outChannel will be initialized, and this effectively "steals" the receive
41 virtual status_t stealReceiveChannel(gui::BitTube* outChannel) = 0;
  /frameworks/native/libs/gui/
IDisplayEventConnection.cpp 41 status_t stealReceiveChannel(gui::BitTube* outChannel) override {
44 outChannel);
  /frameworks/native/services/surfaceflinger/
EventThread.h 72 status_t stealReceiveChannel(gui::BitTube* outChannel) override;
EventThread.cpp 405 status_t EventThread::Connection::stealReceiveChannel(gui::BitTube* outChannel) {
406 outChannel->setReceiveFd(mChannel.moveReceiveFd());
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 640 WritableByteChannel outChannel = Channels.newChannel(out);
643 outChannel.write(jpegData);
653 WritableByteChannel outChannel = Channels.newChannel(out);
668 outChannel.write(colorData);
684 outChannel.write(packedRowBuffer);
  /tools/apksig/src/test/java/com/android/apksig/
ApkSignerTest.java 399 try (ByteChannel outChannel =
406 outChannel.write(actualOutBuf);
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 43 WritableByteChannel outChannel = Channels.newChannel(out);
47 ByteStreams.copy(inChannel, outChannel);
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
findbugs.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 

Completed in 1613 milliseconds