HomeSort by relevance Sort by last modified time
    Searched refs:BYTES_PER_SHORT (Results 1 - 2 of 2) sorted by null

  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
PipeByteBuffer.java 60 mByteBuffer = ByteBuffer.allocateDirect(numberOfShorts * Constant.BYTES_PER_SHORT);
74 rear = mByteBuffer.getInt(mMaxValues * Constant.BYTES_PER_SHORT);
98 int byteBufferFront = front * Constant.BYTES_PER_SHORT; // start reading from here
122 byteBufferFront += Constant.BYTES_PER_SHORT;
148 rear = mByteBuffer.getInt(mMaxValues * Constant.BYTES_PER_SHORT);
166 mByteBuffer.putInt(mMaxValues * Constant.BYTES_PER_SHORT, 0);
Constant.java 43 public static final int BYTES_PER_SHORT = 2;

Completed in 121 milliseconds