Searched refs:unsignedBytesToInt (Results 1 – 2 of 2) sorted by relevance
533 return unsignedBytesToInt(mValue[offset], mValue[offset + 1]); in getIntValue()536 return unsignedBytesToInt(mValue[offset], mValue[offset + 1], in getIntValue()542 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()546 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()723 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() method in BluetoothGattCharacteristic730 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() method in BluetoothGattCharacteristic
10191 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BB)I10192 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedBytesToInt(BBBB)I