Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java607 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/
DMediaControlGattService.java411 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/
DIkeDeletePayloadTest.java198 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/
DBubbleBarController.java319 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/
DPacketUtils.java112 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/
DTbsGatt.java400 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/
DPacketUtils.java153 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/
DMsftAdvMonitor.java109 ByteBuffer bb = ByteBuffer.allocate(16); // 16 byte (128 bit) UUID in MsftAdvMonitor() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DMetricsUtils.java82 public double[] bb; // bucket base field in MetricsUtils.LogHistParms
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java1321 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/
DHidDeviceService.java629 ByteBuffer bb = ByteBuffer.wrap(data); in onSetReportFromNative() local
649 ByteBuffer bb = ByteBuffer.wrap(data); in onInterruptDataFromNative() local
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes_cmac.cc58 const uint8_t* bb = b.data(); in xor_128() local
/packages/modules/Nfc/libnfc-nci/tests/utils/
Dringbuffer_test.cc46 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/
DColorsGLRenderer.java362 ByteBuffer bb = ByteBuffer.allocateDirect( in Square() local
/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/netlink/
DTcpSocketTrackerTest.java587 final ByteBuffer bb = ByteBuffer.allocate(size); in getHexStringOfSize() local
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DPieRenderer.java323 RectF bb = in makeSlice() local
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
DPieRenderer.java322 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/
Dsmp_utils.cc851 const uint8_t* bb = b.data(); in smp_xor_128() local
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java7578 ByteBuffer bb = ByteBuffer.wrap(rawBytes, 0, GROUP_NAME_POSTFIX_LENGTH_MAX); in generateP2pSsidPostfix() local