Searched refs:oneByte (Results 1 – 3 of 3) sorted by relevance
40 void write(int oneByte); in write() argument
127 public void write(int oneByte) throws RemoteException { in write() argument129 new FileOutputStream(mLocal.getFileDescriptor()).write(oneByte); in write()
316 private static void write(ParcelFileDescriptor pfd, int oneByte) throws IOException{ in write() argument317 new FileOutputStream(pfd.getFileDescriptor()).write(oneByte); in write()