Searched defs:writeShort (Results 1 – 4 of 4) sorted by relevance
37 public OrderedDataOutputStream writeShort(short value) throws IOException { in writeShort() method in OrderedDataOutputStream
123 public static void writeShort(@NonNull Parcel p, int id, short val) { in writeShort() method in SafeParcelWriter