Searched refs:PipeThread (Results 1 – 2 of 2) sorted by relevance
28 public class PipeThread extends SenderThread { class29 private static final String TAG = "Cluster." + PipeThread.class.getSimpleName();39 PipeThread(Handler handler, RandomAccessFile pipe) { in PipeThread() method in PipeThread
366 private PipeThread tryPipeConnect() { in tryPipeConnect()381 return new PipeThread(mHandler, pipe); in tryPipeConnect()