Home | History | Annotate | Download | only in native

Lines Matching refs:outBytes

3120     ScopedByteArrayRW outBytes(env, outJavaBytes.get());
3121 if (outBytes.get() == NULL) {
3124 unsigned char *tmp = reinterpret_cast<unsigned char*>(outBytes.get());
3439 ScopedByteArrayRW outBytes(env, outArray);
3440 if (outBytes.get() == NULL) {
3443 const size_t outSize = outBytes.size();
3451 ctx, inBytes.get(), inBytes.size(), inOffset, inLength, outBytes.get(), outBytes.size(), outOffset);
3453 unsigned char* out = reinterpret_cast<unsigned char*>(outBytes.get());
3479 ScopedByteArrayRW outBytes(env, outArray);
3480 if (outBytes.get() == NULL) {
3484 unsigned char* out = reinterpret_cast<unsigned char*>(outBytes.get());