Home | History | Annotate | Download | only in jni

Lines Matching defs:bytes

164     // Get the actual bytes and the length from the java array.
165 const jbyte* bytes = env->GetByteArrayElements(data, NULL);
178 // ptr's value. We can't pass &bytes since we have to send bytes to
180 const char* ptr = reinterpret_cast<const char*>(bytes);
182 env->ReleaseByteArrayElements(data, const_cast<jbyte*>(bytes), JNI_ABORT);