Searched refs:directBufferPtr (Results 1 – 1 of 1) sorted by relevance
121 void* directBufferPtr = getDirectBufferPointer(env, buffer); in copyJavaNioBufferToVector() local122 if (directBufferPtr) { in copyJavaNioBufferToVector()123 copyToVector(data, directBufferPtr, size); in copyJavaNioBufferToVector()