Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java308 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt()
312 public static short byteArrayToShort(byte[] valueBuf) { in byteArrayToShort()
318 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt()
324 public static String byteArrayToString(byte[] valueBuf) { in byteArrayToString()
341 public static String byteArrayToUtf8String(byte[] valueBuf) { in byteArrayToUtf8String()