Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java600 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES).order(ByteOrder.LITTLE_ENDIAN); in testWriteCallbacksValid() local
697 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES + 1).order(ByteOrder.LITTLE_ENDIAN); in testWriteCallbacksInvalid() local
922 ByteBuffer bb; in verifyMediaControlPointRequest() local
1091 ByteBuffer bb = ByteBuffer.allocate(Byte.BYTES); in testPlaybackSpeedWrite() local
1164 ByteBuffer bb = ByteBuffer.allocate(Byte.BYTES); in testPlayingOrderSupportedChar() local
1296 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES + 1).order(ByteOrder.LITTLE_ENDIAN); in testCharacteristicWriteRejectedUnauthorized() local
1325 ByteBuffer bb = ByteBuffer.allocate(Integer.BYTES + 1).order(ByteOrder.LITTLE_ENDIAN); in testCharacteristicWriteUnknownUnauthorized() local
1403 ByteBuffer bb = ByteBuffer.allocate(2).order(ByteOrder.LITTLE_ENDIAN); in testDescriptorWriteRejectedUnauthorized() local
1433 ByteBuffer bb = ByteBuffer.allocate(2).order(ByteOrder.LITTLE_ENDIAN); in testDescriptorWriteUnknownUnauthorized() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java457 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
465 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
473 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
478 ByteBuffer bb = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
483 ByteBuffer bb = ByteBuffer.allocate(4).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
488 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
493 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
513 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
518 ByteBuffer bb = ByteBuffer.allocate(2).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
523 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/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/system/osi/test/
Dringbuffer_test.cc37 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local
73 uint8_t bb[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB}; in TEST() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java471 ByteBuffer bb = ByteBuffer.allocate(Short.BYTES).order(ByteOrder.LITTLE_ENDIAN); in getCccBytes() local
1099 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
1110 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
1115 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
1126 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
1134 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
1142 ByteBuffer bb = ByteBuffer.allocate(0).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
1147 ByteBuffer bb = ByteBuffer.allocate(1).order(ByteOrder.LITTLE_ENDIAN); in onUnauthorizedCharRead() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java152 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in buildHeader() local
187 private short calculateChecksum(ByteBuffer bb) { in calculateChecksum()
214 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local
260 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local
296 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() local
428 ByteBuffer bb = ByteBuffer.allocate(DATA_BUFFER_LEN); in getPacketBytes() 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/system/gd/crypto_toolbox/
Daes_cmac.cc57 const uint8_t* bb = b.data(); in xor_128() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java953 ByteBuffer bb = ByteBuffer.wrap(sig); in waitSocketSignal() local
1032 ByteBuffer bb = ByteBuffer.wrap(ibytes); in readInt() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java819 ByteBuffer bb = ByteBuffer.wrap(data); in onSetReportFromNative() local
839 ByteBuffer bb = ByteBuffer.wrap(data); in onInterruptDataFromNative() 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/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarController.java376 BubbleBarBubble bb = mBubbles.get(update.updatedBubble.getKey()); in applyViewChanges() local
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc883 const uint8_t* bb = b.data(); in smp_xor_128() 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/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DPieRenderer.java323 RectF bb = in makeSlice() local
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java6776 ByteBuffer bb = ByteBuffer.wrap(rawBytes, 0, GROUP_NAME_POSTFIX_LENGTH_MAX); in generateP2pSsidPostfix() local
/packages/apps/Car/DebuggingRestrictionController/libs/
Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
Dopencensus-api-0.24.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/packages/services/Car/tests/BugReportApp/libs/
Dopencensus-api-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...

12