/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 607 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES).order(ByteOrder.LITTLE_ENDIAN); in testWriteCallbacksValid() local 703 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES + 1).order(ByteOrder.LITTLE_ENDIAN); in testWriteCallbacksInvalid() local 926 ByteBuffer bb; in verifyMediaControlPointRequest() local 1067 ByteBuffer bb = ByteBuffer.allocate(Byte.BYTES); in testPlaybackSpeedWrite() local 1139 ByteBuffer bb = ByteBuffer.allocate(Byte.BYTES); in testPlayingOrderSupportedChar() local 1341 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES + 1).order(ByteOrder.LITTLE_ENDIAN); in testCharacteristicWriteRejectedUnauthorized() local 1370 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES + 1).order(ByteOrder.LITTLE_ENDIAN); in testCharacteristicWriteUnknownUnauthorized() local 1450 ByteBuffer bb = ByteBuffer.allocate(2).order(ByteOrder.LITTLE_ENDIAN); in testDescriptorWriteRejectedUnauthorized() local 1480 ByteBuffer bb = ByteBuffer.allocate(2).order(ByteOrder.LITTLE_ENDIAN); in testDescriptorWriteUnknownUnauthorized() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 411 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 419 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 427 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 432 ByteBuffer bb = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 437 ByteBuffer bb = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 442 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 447 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 467 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 472 ByteBuffer bb = ByteBuffer.allocate(2).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 477 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local [all …]
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeDeletePayloadTest.java | 198 ByteBuffer bb = ByteBuffer.allocate(deletePayload.getPayloadLength()); in testEncodeForIke() local 210 ByteBuffer bb = ByteBuffer.allocate(deletePayload.getPayloadLength()); in testEncodeWithSingleChildSa() local 226 ByteBuffer bb = ByteBuffer.allocate(deletePayload.getPayloadLength()); in testEncodeWithMultipleChildSas() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleBarController.java | 319 BubbleBarBubble bb = mBubbleCreator.populateBubble(mContext, bubbleInfo, in restoreSuppressed() local 323 mSuppressedBubbles.put(bb.getKey(), bb); in restoreSuppressed() local 442 BubbleBarBubble bb = mBubbles.remove(update.suppressedBubbleKey); in applyViewChanges() local 449 BubbleBarBubble bb = mSuppressedBubbles.remove(update.unsuppressedBubbleKey); in applyViewChanges() local 477 BubbleBarBubble bb = mBubbles.get(update.updatedBubble.getKey()); in applyViewChanges() local
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | PacketUtils.java | 112 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in buildHeader() local 147 private short calculateChecksum(ByteBuffer bb) { in calculateChecksum() 174 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local 220 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local 256 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local 349 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 400 ByteBuffer bb = ByteBuffer.allocate(Short.BYTES).order(ByteOrder.LITTLE_ENDIAN); in getCccBytes() local 1027 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 1038 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 1043 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 1054 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 1062 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 1070 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local 1075 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | PacketUtils.java | 153 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in buildHeader() local 188 private short calculateChecksum(ByteBuffer bb) { in calculateChecksum() 215 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local 261 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local 297 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local 429 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | MsftAdvMonitor.java | 109 ByteBuffer bb = ByteBuffer.allocate(16); // 16 byte (128 bit) UUID in MsftAdvMonitor() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | MetricsUtils.java | 82 public double[] bb; // bucket base field in MetricsUtils.LogHistParms
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothSocket.java | 1321 ByteBuffer bb = ByteBuffer.wrap(sig); in sendSocketAcceptSignal() local 1340 ByteBuffer bb = ByteBuffer.wrap(sig); in waitSocketSignal() local 1422 ByteBuffer bb = ByteBuffer.wrap(ibytes); in readInt() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 629 ByteBuffer bb = ByteBuffer.wrap(data); in onSetReportFromNative() local 649 ByteBuffer bb = ByteBuffer.wrap(data); in onInterruptDataFromNative() local
|
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes_cmac.cc | 58 const uint8_t* bb = b.data(); in xor_128() local
|
/packages/modules/Nfc/libnfc-nci/tests/utils/ |
D | ringbuffer_test.cc | 46 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local 74 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | ColorsGLRenderer.java | 362 ByteBuffer bb = ByteBuffer.allocateDirect( in Square() local
|
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/ |
D | TcpSocketTrackerTest.java | 587 final ByteBuffer bb = ByteBuffer.allocate(size); in getHexStringOfSize() local
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | PieRenderer.java | 323 RectF bb = in makeSlice() local
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | PieRenderer.java | 322 RectF bb = new RectF(center.x - outer, center.y - outer, center.x + outer, center.y + outer); in makeSlice() local
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_utils.cc | 851 const uint8_t* bb = b.data(); in smp_xor_128() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 7578 ByteBuffer bb = ByteBuffer.wrap(rawBytes, 0, GROUP_NAME_POSTFIX_LENGTH_MAX); in generateP2pSsidPostfix() local
|