Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java490 ByteBuffer sizeBuf = ByteBuffer.allocate(Integer.BYTES).order(ByteOrder.LITTLE_ENDIAN); in readTestChannel() local
491 in.read(sizeBuf.array(), 0, Integer.BYTES); in readTestChannel()
492 int size = sizeBuf.getInt(); in readTestChannel()