Searched refs:slotBitmapByteBuffer (Results 1 – 2 of 2) sorted by relevance
79 ByteBuffer slotBitmapByteBuffer = ByteBuffer.allocate( in toBundle() local83 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() local157 while (slotBitmapByteBuffer.hasRemaining()) { in parseVersion1()159 int bytesToRead = Math.min(chunkBufferSize, slotBitmapByteBuffer.remaining()); in parseVersion1()160 slotBitmapByteBuffer.get(data, 0, bytesToRead); in parseVersion1()
1600 ByteBuffer slotBitmapByteBuffer = ByteBuffer.allocate(dataTransferManagementListSize in handleSetDataTransferPhaseConfig() local1602 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()