Home
last modified time | relevance | path

Searched refs:unsignedToSigned (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java541 return unsignedToSigned(unsignedByteToInt(mValue[offset]), 8); in getIntValue()
544 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()
548 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()
741 int mantissa = unsignedToSigned(unsignedByteToInt(b0) in bytesToFloat()
743 int exponent = unsignedToSigned(unsignedByteToInt(b1) >> 4, 4); in bytesToFloat()
751 int mantissa = unsignedToSigned(unsignedByteToInt(b0) in bytesToFloat()
761 private int unsignedToSigned(int unsigned, int size) { in unsignedToSigned() method in BluetoothGattCharacteristic
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10203 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedToSigned(II)I