Searched defs:valueBuf (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java85 public static int byteArrayToInt(byte[] valueBuf) { argument
86 return byteArrayToInt(valueBuf, 0);
89 public static short byteArrayToShort(byte[] valueBuf) { argument
90 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
95 public static int byteArrayToInt(byte[] valueBuf, int offset) { argument
96 ByteBuffer converter = ByteBuffer.wrap(valueBuf);

Completed in 13 milliseconds