Searched refs:bufferPrefix (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DByteTransferPipe.java35 public ByteTransferPipe(String bufferPrefix) throws IOException { argument
36 super(bufferPrefix, "ByteTransferPipe");
H A DTransferPipe.java67 public TransferPipe(String bufferPrefix) throws IOException { argument
68 this(bufferPrefix, "TransferPipe");
71 protected TransferPipe(String bufferPrefix, String threadName) throws IOException { argument
74 mBufferPrefix = bufferPrefix;
263 byte[] bufferPrefix = null;
266 bufferPrefix = mBufferPrefix.getBytes();
273 if (bufferPrefix == null) {
284 fos.write(bufferPrefix);

Completed in 58 milliseconds