Lines Matching defs:bytes
163 // Get the actual bytes and the length from the java array.
164 const jbyte* bytes = env->GetByteArrayElements(data, NULL);
177 // ptr's value. We can't pass &bytes since we have to send bytes to
179 const char* ptr = reinterpret_cast<const char*>(bytes);
181 env->ReleaseByteArrayElements(data, const_cast<jbyte*>(bytes), JNI_ABORT);