Home
last modified time | relevance | path

Searched refs:getMostSignificantBits (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DSignedLongLong.java120 public long getMostSignificantBits() { in getMostSignificantBits() method in SignedLongLong
DUtils.java178 msb = uuid.getMostSignificantBits(); in uuidToByteArray()
193 msb = uuid.getMostSignificantBits(); in uuidsToByteArray()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/util/
DByteUtils.java90 .putLong(uuid.getMostSignificantBits()) in uuidToBytes()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java773 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in encodeParams()
794 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in encodeParams()
1028 ret.putLong(mChatStateConvoId.getMostSignificantBits()); in getChatStateConvoIdByteArray()
/packages/services/Car/service/src/com/android/car/
DUtils.java224 .putLong(uuid.getMostSignificantBits()) in uuidToBytes()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2197 gattClientRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits()); in registerClient()
2320 uuid.getMostSignificantBits()); in discoverServiceByUuid()
2367 uuid.getMostSignificantBits(), startHandle, endHandle, authReq); in readUsingCharacteristicUuid()
2862 gattServerRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits()); in registerServer()
3249 gattTestNative(command, uuid1.getLeastSignificantBits(), uuid1.getMostSignificantBits(), in gattTestCommand()
DScanManager.java186 uuid.getMostSignificantBits()); in registerScanner()