Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraDataTransferPhaseConfig.java79 ByteBuffer slotBitmapByteBuffer = ByteBuffer.allocate( in toBundle() local
83 slotBitmapByteBuffer.order(ByteOrder.LITTLE_ENDIAN); in toBundle()
89 slotBitmapByteBuffer.put(dataTransferPhaseManagementList.getSlotBitMap()); in toBundle()
93 bundle.putIntArray(KEY_SLOT_BITMAP, byteArrayToIntArray(slotBitmapByteBuffer.array())); in toBundle()
154 ByteBuffer slotBitmapByteBuffer = ByteBuffer.wrap(buffer); in parseVersion1() local
157 while (slotBitmapByteBuffer.hasRemaining()) { in parseVersion1()
159 int bytesToRead = Math.min(chunkBufferSize, slotBitmapByteBuffer.remaining()); in parseVersion1()
160 slotBitmapByteBuffer.get(data, 0, bytesToRead); in parseVersion1()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java1600 ByteBuffer slotBitmapByteBuffer = ByteBuffer.allocate(dataTransferManagementListSize in handleSetDataTransferPhaseConfig() local
1602 slotBitmapByteBuffer.order(ByteOrder.LITTLE_ENDIAN); in handleSetDataTransferPhaseConfig()
1615 slotBitmapByteBuffer.put(slotBitMap); in handleSetDataTransferPhaseConfig()
1624 if (slotBitmapByteBuffer.array().length in handleSetDataTransferPhaseConfig()
1642 slotBitmapByteBuffer.array(), in handleSetDataTransferPhaseConfig()