Home | History | Annotate | Download | only in src

Lines Matching full:bytebuffer

18 import java.nio.ByteBuffer;
29 ByteBuffer buf = ByteBuffer.allocateDirect(16);
41 ByteBuffer directBuf = ByteBuffer.allocateDirect(64);
42 //ByteBuffer directBuf = ByteBuffer.allocateDirect(65);
90 ByteBuffer direct = ByteBuffer.allocateDirect(100);
109 ByteBuffer directBuf = ByteBuffer.allocateDirect(36);
121 static void storeValues(ByteBuffer directBuf) {